Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion data/politicians/de/mps.json
Original file line number Diff line number Diff line change
Expand Up @@ -4937,7 +4937,9 @@
"party": "cdu/csu",
"email": null,
"usesX": true,
"xHandle": "@Andrea Lindholz"
"xHandle": "@AndreaLindholz",
"source": "manual",
"updatedAt": "2026-01-30"
},
{
"id": "mp_de_381",
Expand Down
6 changes: 4 additions & 2 deletions data/politicians/se/mps.json
Original file line number Diff line number Diff line change
Expand Up @@ -3195,7 +3195,9 @@
"party": "Sverigedemokraterna",
"email": "eric.palmqvist@riksdagen.se",
"usesX": true,
"xHandle": "palmqvist_erik"
"xHandle": "@palmqvist_erik",
"source": "manual",
"updatedAt": "2026-01-29"
},
{
"id": "mp_se_247",
Expand Down Expand Up @@ -4536,4 +4538,4 @@
"usesX": false,
"xHandle": null
}
]
]
6 changes: 3 additions & 3 deletions schemas/mp.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@
"description": "Full name political party in European parlement"
},
"email": {
"type": "string",
"type": ["string", "null"],
"format": "email",
"description": "Official email address"
},
"usesX": {
"type": "boolean",
"description": "Whether the representative uses X (formerly Twitter)"
"description": "A politician is considered \"active on X\" if they have an account and there is no public statement indicating that they have left the platform. This applies even if the account has not posted recently."
},
"xHandle": {
"type": ["string", "null"],
Expand All @@ -74,7 +74,7 @@
"description": "Status on X"
},
"xLeftAt": {
"type": "string",
"type": ["string", "null"],
"format": "date",
"pattern": "^\\d{4}-\\d{2}-\\d{2}$",
"description": "Date the person left X"
Expand Down