changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "questions": {
+ "items": {
+ "properties": {
+ "date": {
+ "description": "Question date (YYYY-MM-DD)",
+ "type": "string"
+ },
+ "id": {
+ "description": "Question identifier",
+ "type": "number"
+ },
+ "ministre": {
+ "description": "Minister addressed",
+ "type": "string"
+ },
+ "nom_complet": {
+ "description": "Full name of questioner",
+ "type": "string"
+ },
+ "parlementaire": {
+ "description": "Deputy slug",
+ "type": "string"
+ },
+ "resume": {
+ "description": "Question text excerpt",
+ "type": "string"
+ },
+ "statut": {
+ "description": "Status (posee, repondue, etc)",
+ "type": "string"
+ },
+ "titre": {
+ "description": "Question title/summary",
+ "type": "string"
+ },
+ "type": {
+ "description": "Question type (ecrite/orale/au gouvernement)",
+ "type": "string"
+ },
+ "url": {
+ "description": "Full URL to question",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "type": "object"
+}