changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "votes": {
+ "items": {
+ "properties": {
+ "abstention": {
+ "description": "Abstentions",
+ "type": "number"
+ },
+ "contre": {
+ "description": "Votes against",
+ "type": "number"
+ },
+ "date": {
+ "description": "Vote date (YYYY-MM-DD)",
+ "type": "string"
+ },
+ "id": {
+ "description": "Vote identifier",
+ "type": "number"
+ },
+ "nonvotant": {
+ "description": "Non-voters",
+ "type": "number"
+ },
+ "parlementaire": {
+ "description": "Deputy slug (if filtered)",
+ "type": "string"
+ },
+ "position": {
+ "description": "Deputy vote (pour/contre/abstention/nonvotant)",
+ "type": "string"
+ },
+ "pour": {
+ "description": "Votes in favor",
+ "type": "number"
+ },
+ "resultat": {
+ "description": "Result (Adoptée/Rejetée/etc)",
+ "type": "string"
+ },
+ "resume": {
+ "description": "Vote summary",
+ "type": "string"
+ },
+ "titre": {
+ "description": "Vote title/subject",
+ "type": "string"
+ },
+ "url": {
+ "description": "Full URL to vote details",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "type": "object"
+}