changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "circonscription": {
+ "description": "Constituency number",
+ "type": "number"
+ },
+ "date_debut_mandat": {
+ "description": "Term start date",
+ "type": "string"
+ },
+ "date_fin_mandat": {
+ "description": "Term end date",
+ "type": "string"
+ },
+ "date_naissance": {
+ "description": "Birth date (YYYY-MM-DD)",
+ "type": "string"
+ },
+ "departement": {
+ "description": "Département code",
+ "type": "string"
+ },
+ "email": {
+ "description": "Contact email",
+ "type": "string"
+ },
+ "groupe": {
+ "description": "Political group acronym",
+ "type": "string"
+ },
+ "id": {
+ "description": "Deputy numeric identifier",
+ "type": "number"
+ },
+ "nb_mandats": {
+ "description": "Number of terms served",
+ "type": "number"
+ },
+ "nom": {
+ "description": "Last name",
+ "type": "string"
+ },
+ "photo_url": {
+ "description": "Deputy photo URL",
+ "type": "string"
+ },
+ "place_hemicycle": {
+ "description": "Hemicycle seat position",
+ "type": "string"
+ },
+ "prenom": {
+ "description": "First name",
+ "type": "string"
+ },
+ "profession": {
+ "description": "Professional background",
+ "type": "string"
+ },
+ "sexe": {
+ "description": "Gender (M/F)",
+ "type": "string"
+ },
+ "slug": {
+ "description": "NosDéputés URL slug",
+ "type": "string"
+ },
+ "twitter": {
+ "description": "Twitter handle",
+ "type": "string"
+ },
+ "url_assemblee": {
+ "description": "Official Assemblée website URL",
+ "type": "string"
+ },
+ "url_nosdeputes": {
+ "description": "Full NosDéputés profile URL",
+ "type": "string"
+ }
+ },
+ "type": "object"
+}