{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "Nom": { "type": "string" }, "ObjetsFederaux": { "type": "array", "items": [ { "type": "object", "properties": { "NoOrdre": { "type": "integer" }, "Libelle": { "type": "string" }, "LibelleCourt": { "type": "string" }, "LibelleMobile": { "type": "string" }, "Type": { "type": "integer" }, "Resultats": { "type": "object", "properties": { "Canton": { "type": "object", "properties": { "Id": { "type": "integer" }, "Initiale": { "type": "string" }, "Nom": { "type": "string" } }, "required": [ "Id", "Initiale", "Nom" ] }, "etatAvancement": { "type": "object", "properties": { "etat": { "type": "integer" }, "nbLoc": { "type": "integer" }, "tauxDep": { "type": "number" }, "texte": { "type": "string" }, "texteInfo": { "type": "null" } }, "required": [ "etat", "nbLoc", "tauxDep", "texte", "texteInfo" ] }, "TotalCanton": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "TotalVilles": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "TotalComMoins10k": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "DepAnti": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParCommune": { "type": "array", "items": [ { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": [ { "type": "object", "properties": { "Local": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "Resultat": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] } }, "required": [ "Local", "Resultat" ] }, { "type": "object", "properties": { "Local": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "Resultat": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] } }, "required": [ "Local", "Resultat" ] } ] } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": [ { "type": "object", "properties": { "Local": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "Resultat": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] } }, "required": [ "Local", "Resultat" ] }, { "type": "object", "properties": { "Local": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "Resultat": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] } }, "required": [ "Local", "Resultat" ] }, { "type": "object", "properties": { "Local": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "Resultat": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] } }, "required": [ "Local", "Resultat" ] }, { "type": "object", "properties": { "Local": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "Resultat": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] } }, "required": [ "Local", "Resultat" ] }, { "type": "object", "properties": { "Local": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "Resultat": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] } }, "required": [ "Local", "Resultat" ] }, { "type": "object", "properties": { "Local": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "Resultat": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] } }, "required": [ "Local", "Resultat" ] }, { "type": "object", "properties": { "Local": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "Resultat": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] } }, "required": [ "Local", "Resultat" ] }, { "type": "object", "properties": { "Local": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "Resultat": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] } }, "required": [ "Local", "Resultat" ] }, { "type": "object", "properties": { "Local": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "Resultat": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] } }, "required": [ "Local", "Resultat" ] }, { "type": "object", "properties": { "Local": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "Resultat": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] } }, "required": [ "Local", "Resultat" ] }, { "type": "object", "properties": { "Local": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "Resultat": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] } }, "required": [ "Local", "Resultat" ] }, { "type": "object", "properties": { "Local": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "Resultat": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] } }, "required": [ "Local", "Resultat" ] }, { "type": "object", "properties": { "Local": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "Resultat": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] } }, "required": [ "Local", "Resultat" ] }, { "type": "object", "properties": { "Local": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "Resultat": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] } }, "required": [ "Local", "Resultat" ] }, { "type": "object", "properties": { "Local": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "Resultat": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] } }, "required": [ "Local", "Resultat" ] }, { "type": "object", "properties": { "Local": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "Resultat": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] } }, "required": [ "Local", "Resultat" ] }, { "type": "object", "properties": { "Local": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "Resultat": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] } }, "required": [ "Local", "Resultat" ] } ] } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": [ { "type": "object", "properties": { "Local": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "Resultat": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] } }, "required": [ "Local", "Resultat" ] }, { "type": "object", "properties": { "Local": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "Resultat": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] } }, "required": [ "Local", "Resultat" ] } ] } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": [ { "type": "object", "properties": { "Local": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "Resultat": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] } }, "required": [ "Local", "Resultat" ] }, { "type": "object", "properties": { "Local": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "Resultat": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] } }, "required": [ "Local", "Resultat" ] }, { "type": "object", "properties": { "Local": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "Resultat": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] } }, "required": [ "Local", "Resultat" ] }, { "type": "object", "properties": { "Local": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "Resultat": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] } }, "required": [ "Local", "Resultat" ] } ] } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] } ] }, "NbComOui": { "type": "integer" }, "NbComNon": { "type": "integer" } }, "required": [ "Canton", "etatAvancement", "TotalCanton", "TotalVilles", "TotalComMoins10k", "DepAnti", "ResultatsParCommune", "NbComOui", "NbComNon" ] }, "Commentaire": { "type": "string" } }, "required": [ "NoOrdre", "Libelle", "LibelleCourt", "LibelleMobile", "Type", "Resultats", "Commentaire" ] } ] }, "ObjetsCantonaux": { "type": "array", "items": [ { "type": "object", "properties": { "NoOrdre": { "type": "integer" }, "Libelle": { "type": "string" }, "LibelleCourt": { "type": "string" }, "LibelleMobile": { "type": "string" }, "Type": { "type": "integer" }, "Resultats": { "type": "object", "properties": { "Canton": { "type": "object", "properties": { "Id": { "type": "integer" }, "Initiale": { "type": "string" }, "Nom": { "type": "string" } }, "required": [ "Id", "Initiale", "Nom" ] }, "etatAvancement": { "type": "object", "properties": { "etat": { "type": "integer" }, "nbLoc": { "type": "integer" }, "tauxDep": { "type": "number" }, "texte": { "type": "string" }, "texteInfo": { "type": "null" } }, "required": [ "etat", "nbLoc", "tauxDep", "texte", "texteInfo" ] }, "TotalCanton": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "TotalVilles": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "TotalComMoins10k": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "DepAnti": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParCommune": { "type": "array", "items": [ { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": [ { "type": "object", "properties": { "Local": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "Resultat": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] } }, "required": [ "Local", "Resultat" ] }, { "type": "object", "properties": { "Local": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "Resultat": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] } }, "required": [ "Local", "Resultat" ] } ] } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": [ { "type": "object", "properties": { "Local": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "Resultat": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] } }, "required": [ "Local", "Resultat" ] }, { "type": "object", "properties": { "Local": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "Resultat": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] } }, "required": [ "Local", "Resultat" ] }, { "type": "object", "properties": { "Local": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "Resultat": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] } }, "required": [ "Local", "Resultat" ] }, { "type": "object", "properties": { "Local": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "Resultat": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] } }, "required": [ "Local", "Resultat" ] }, { "type": "object", "properties": { "Local": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "Resultat": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] } }, "required": [ "Local", "Resultat" ] }, { "type": "object", "properties": { "Local": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "Resultat": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] } }, "required": [ "Local", "Resultat" ] }, { "type": "object", "properties": { "Local": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "Resultat": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] } }, "required": [ "Local", "Resultat" ] }, { "type": "object", "properties": { "Local": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "Resultat": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] } }, "required": [ "Local", "Resultat" ] }, { "type": "object", "properties": { "Local": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "Resultat": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] } }, "required": [ "Local", "Resultat" ] }, { "type": "object", "properties": { "Local": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "Resultat": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] } }, "required": [ "Local", "Resultat" ] }, { "type": "object", "properties": { "Local": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "Resultat": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] } }, "required": [ "Local", "Resultat" ] }, { "type": "object", "properties": { "Local": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "Resultat": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] } }, "required": [ "Local", "Resultat" ] }, { "type": "object", "properties": { "Local": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "Resultat": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] } }, "required": [ "Local", "Resultat" ] }, { "type": "object", "properties": { "Local": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "Resultat": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] } }, "required": [ "Local", "Resultat" ] }, { "type": "object", "properties": { "Local": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "Resultat": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] } }, "required": [ "Local", "Resultat" ] }, { "type": "object", "properties": { "Local": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "Resultat": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] } }, "required": [ "Local", "Resultat" ] }, { "type": "object", "properties": { "Local": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "Resultat": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] } }, "required": [ "Local", "Resultat" ] } ] } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": [ { "type": "object", "properties": { "Local": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "Resultat": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] } }, "required": [ "Local", "Resultat" ] }, { "type": "object", "properties": { "Local": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "Resultat": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] } }, "required": [ "Local", "Resultat" ] } ] } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": [ { "type": "object", "properties": { "Local": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "Resultat": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] } }, "required": [ "Local", "Resultat" ] }, { "type": "object", "properties": { "Local": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "Resultat": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] } }, "required": [ "Local", "Resultat" ] }, { "type": "object", "properties": { "Local": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "Resultat": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] } }, "required": [ "Local", "Resultat" ] }, { "type": "object", "properties": { "Local": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "Resultat": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] } }, "required": [ "Local", "Resultat" ] } ] } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] } ] }, "NbComOui": { "type": "integer" }, "NbComNon": { "type": "integer" } }, "required": [ "Canton", "etatAvancement", "TotalCanton", "TotalVilles", "TotalComMoins10k", "DepAnti", "ResultatsParCommune", "NbComOui", "NbComNon" ] }, "Commentaire": { "type": "string" } }, "required": [ "NoOrdre", "Libelle", "LibelleCourt", "LibelleMobile", "Type", "Resultats", "Commentaire" ] }, { "type": "object", "properties": { "NoOrdre": { "type": "integer" }, "Libelle": { "type": "string" }, "LibelleCourt": { "type": "string" }, "LibelleMobile": { "type": "string" }, "Type": { "type": "integer" }, "Resultats": { "type": "object", "properties": { "Canton": { "type": "object", "properties": { "Id": { "type": "integer" }, "Initiale": { "type": "string" }, "Nom": { "type": "string" } }, "required": [ "Id", "Initiale", "Nom" ] }, "etatAvancement": { "type": "object", "properties": { "etat": { "type": "integer" }, "nbLoc": { "type": "integer" }, "tauxDep": { "type": "number" }, "texte": { "type": "string" }, "texteInfo": { "type": "null" } }, "required": [ "etat", "nbLoc", "tauxDep", "texte", "texteInfo" ] }, "TotalCanton": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "TotalVilles": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "TotalComMoins10k": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "DepAnti": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParCommune": { "type": "array", "items": [ { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": [ { "type": "object", "properties": { "Local": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "Resultat": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] } }, "required": [ "Local", "Resultat" ] }, { "type": "object", "properties": { "Local": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "Resultat": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] } }, "required": [ "Local", "Resultat" ] } ] } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": [ { "type": "object", "properties": { "Local": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "Resultat": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] } }, "required": [ "Local", "Resultat" ] }, { "type": "object", "properties": { "Local": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "Resultat": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] } }, "required": [ "Local", "Resultat" ] }, { "type": "object", "properties": { "Local": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "Resultat": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] } }, "required": [ "Local", "Resultat" ] }, { "type": "object", "properties": { "Local": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "Resultat": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] } }, "required": [ "Local", "Resultat" ] }, { "type": "object", "properties": { "Local": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "Resultat": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] } }, "required": [ "Local", "Resultat" ] }, { "type": "object", "properties": { "Local": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "Resultat": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] } }, "required": [ "Local", "Resultat" ] }, { "type": "object", "properties": { "Local": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "Resultat": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] } }, "required": [ "Local", "Resultat" ] }, { "type": "object", "properties": { "Local": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "Resultat": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] } }, "required": [ "Local", "Resultat" ] }, { "type": "object", "properties": { "Local": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "Resultat": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] } }, "required": [ "Local", "Resultat" ] }, { "type": "object", "properties": { "Local": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "Resultat": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] } }, "required": [ "Local", "Resultat" ] }, { "type": "object", "properties": { "Local": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "Resultat": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] } }, "required": [ "Local", "Resultat" ] }, { "type": "object", "properties": { "Local": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "Resultat": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] } }, "required": [ "Local", "Resultat" ] }, { "type": "object", "properties": { "Local": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "Resultat": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] } }, "required": [ "Local", "Resultat" ] }, { "type": "object", "properties": { "Local": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "Resultat": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] } }, "required": [ "Local", "Resultat" ] }, { "type": "object", "properties": { "Local": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "Resultat": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] } }, "required": [ "Local", "Resultat" ] }, { "type": "object", "properties": { "Local": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "Resultat": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] } }, "required": [ "Local", "Resultat" ] }, { "type": "object", "properties": { "Local": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "Resultat": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] } }, "required": [ "Local", "Resultat" ] } ] } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": [ { "type": "object", "properties": { "Local": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "Resultat": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] } }, "required": [ "Local", "Resultat" ] }, { "type": "object", "properties": { "Local": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "Resultat": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] } }, "required": [ "Local", "Resultat" ] } ] } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": [ { "type": "object", "properties": { "Local": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "Resultat": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] } }, "required": [ "Local", "Resultat" ] }, { "type": "object", "properties": { "Local": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "Resultat": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] } }, "required": [ "Local", "Resultat" ] }, { "type": "object", "properties": { "Local": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "Resultat": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] } }, "required": [ "Local", "Resultat" ] }, { "type": "object", "properties": { "Local": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "Resultat": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] } }, "required": [ "Local", "Resultat" ] } ] } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] } ] }, "NbComOui": { "type": "integer" }, "NbComNon": { "type": "integer" } }, "required": [ "Canton", "etatAvancement", "TotalCanton", "TotalVilles", "TotalComMoins10k", "DepAnti", "ResultatsParCommune", "NbComOui", "NbComNon" ] }, "Commentaire": { "type": "string" } }, "required": [ "NoOrdre", "Libelle", "LibelleCourt", "LibelleMobile", "Type", "Resultats", "Commentaire" ] }, { "type": "object", "properties": { "NoOrdre": { "type": "integer" }, "Libelle": { "type": "string" }, "LibelleCourt": { "type": "string" }, "LibelleMobile": { "type": "string" }, "Type": { "type": "integer" }, "Resultats": { "type": "object", "properties": { "Canton": { "type": "object", "properties": { "Id": { "type": "integer" }, "Initiale": { "type": "string" }, "Nom": { "type": "string" } }, "required": [ "Id", "Initiale", "Nom" ] }, "etatAvancement": { "type": "object", "properties": { "etat": { "type": "integer" }, "nbLoc": { "type": "integer" }, "tauxDep": { "type": "number" }, "texte": { "type": "string" }, "texteInfo": { "type": "null" } }, "required": [ "etat", "nbLoc", "tauxDep", "texte", "texteInfo" ] }, "TotalCanton": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "TotalVilles": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "TotalComMoins10k": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "DepAnti": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParCommune": { "type": "array", "items": [ { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": [ { "type": "object", "properties": { "Local": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "Resultat": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] } }, "required": [ "Local", "Resultat" ] }, { "type": "object", "properties": { "Local": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "Resultat": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] } }, "required": [ "Local", "Resultat" ] } ] } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": [ { "type": "object", "properties": { "Local": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "Resultat": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] } }, "required": [ "Local", "Resultat" ] }, { "type": "object", "properties": { "Local": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "Resultat": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] } }, "required": [ "Local", "Resultat" ] }, { "type": "object", "properties": { "Local": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "Resultat": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] } }, "required": [ "Local", "Resultat" ] }, { "type": "object", "properties": { "Local": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "Resultat": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] } }, "required": [ "Local", "Resultat" ] }, { "type": "object", "properties": { "Local": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "Resultat": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] } }, "required": [ "Local", "Resultat" ] }, { "type": "object", "properties": { "Local": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "Resultat": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] } }, "required": [ "Local", "Resultat" ] }, { "type": "object", "properties": { "Local": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "Resultat": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] } }, "required": [ "Local", "Resultat" ] }, { "type": "object", "properties": { "Local": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "Resultat": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] } }, "required": [ "Local", "Resultat" ] }, { "type": "object", "properties": { "Local": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "Resultat": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] } }, "required": [ "Local", "Resultat" ] }, { "type": "object", "properties": { "Local": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "Resultat": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] } }, "required": [ "Local", "Resultat" ] }, { "type": "object", "properties": { "Local": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "Resultat": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] } }, "required": [ "Local", "Resultat" ] }, { "type": "object", "properties": { "Local": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "Resultat": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] } }, "required": [ "Local", "Resultat" ] }, { "type": "object", "properties": { "Local": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "Resultat": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] } }, "required": [ "Local", "Resultat" ] }, { "type": "object", "properties": { "Local": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "Resultat": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] } }, "required": [ "Local", "Resultat" ] }, { "type": "object", "properties": { "Local": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "Resultat": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] } }, "required": [ "Local", "Resultat" ] }, { "type": "object", "properties": { "Local": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "Resultat": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] } }, "required": [ "Local", "Resultat" ] }, { "type": "object", "properties": { "Local": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "Resultat": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] } }, "required": [ "Local", "Resultat" ] } ] } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": [ { "type": "object", "properties": { "Local": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "Resultat": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] } }, "required": [ "Local", "Resultat" ] }, { "type": "object", "properties": { "Local": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "Resultat": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] } }, "required": [ "Local", "Resultat" ] } ] } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": [ { "type": "object", "properties": { "Local": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "Resultat": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] } }, "required": [ "Local", "Resultat" ] }, { "type": "object", "properties": { "Local": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "Resultat": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] } }, "required": [ "Local", "Resultat" ] }, { "type": "object", "properties": { "Local": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "Resultat": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] } }, "required": [ "Local", "Resultat" ] }, { "type": "object", "properties": { "Local": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "Resultat": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] } }, "required": [ "Local", "Resultat" ] } ] } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] }, { "type": "object", "properties": { "Commune": { "type": "object", "properties": { "Id": { "type": "integer" }, "Nom": { "type": "string" } }, "required": [ "Id", "Nom" ] }, "etatAvancement": { "type": "null" }, "TotalCommune": { "type": "object", "properties": { "Electorat": { "type": "integer" }, "CarteRecues": { "type": "integer" }, "BulletinRentres": { "type": "integer" }, "BulletinNul": { "type": "integer" }, "NbOui": { "type": "integer" }, "NbNon": { "type": "integer" }, "NbBlanc": { "type": "integer" }, "PourcentOui": { "type": "number" }, "PourcentNon": { "type": "number" }, "PourcentBlanc": { "type": "number" }, "Participation": { "type": "number" } }, "required": [ "Electorat", "CarteRecues", "BulletinRentres", "BulletinNul", "NbOui", "NbNon", "NbBlanc", "PourcentOui", "PourcentNon", "PourcentBlanc", "Participation" ] }, "ResultatsParLocaux": { "type": "array", "items": {} } }, "required": [ "Commune", "etatAvancement", "TotalCommune", "ResultatsParLocaux" ] } ] }, "NbComOui": { "type": "integer" }, "NbComNon": { "type": "integer" } }, "required": [ "Canton", "etatAvancement", "TotalCanton", "TotalVilles", "TotalComMoins10k", "DepAnti", "ResultatsParCommune", "NbComOui", "NbComNon" ] }, "Commentaire": { "type": "string" } }, "required": [ "NoOrdre", "Libelle", "LibelleCourt", "LibelleMobile", "Type", "Resultats", "Commentaire" ] } ] } }, "required": [ "Nom", "ObjetsFederaux", "ObjetsCantonaux" ] }