changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "interventions": {
+ "items": {
+ "properties": {
+ "commission": {
+ "description": "Commission name if applicable",
+ "type": "string"
+ },
+ "debut": {
+ "description": "Start time (ISO 8601)",
+ "type": "string"
+ },
+ "fin": {
+ "description": "End time (ISO 8601)",
+ "type": "string"
+ },
+ "fonction": {
+ "description": "Speaker role/function",
+ "type": "string"
+ },
+ "hemicycle": {
+ "description": "Spoken in hemicycle",
+ "type": "boolean"
+ },
+ "id": {
+ "description": "Intervention identifier",
+ "type": "number"
+ },
+ "nom_complet": {
+ "description": "Full name of speaker",
+ "type": "string"
+ },
+ "parlementaire": {
+ "description": "Deputy slug",
+ "type": "string"
+ },
+ "resume": {
+ "description": "Text excerpt of intervention",
+ "type": "string"
+ },
+ "source": {
+ "description": "Source document",
+ "type": "string"
+ },
+ "url": {
+ "description": "Full URL to intervention",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "type": "object"
+}