changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "count": {
+ "description": "Number of events returned",
+ "type": "number"
+ },
+ "events": {
+ "description": "Array of conflict events",
+ "items": {
+ "properties": {
+ "actor1": {
+ "description": "Primary actor involved",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "actor2": {
+ "description": "Secondary actor involved",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "admin1": {
+ "description": "Primary administrative division",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "admin2": {
+ "description": "Secondary administrative division",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "country": {
+ "description": "Country where event occurred",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "data_id": {
+ "description": "ACLED data identifier",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "event_date": {
+ "description": "Date of event (ISO format)",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "event_id_cnty": {
+ "description": "Country-specific event ID",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "event_type": {
+ "description": "Type of event (e.g., Battles, Protests)",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "fatalities": {
+ "description": "Number of fatalities (0 if not specified)",
+ "type": "number"
+ },
+ "iso": {
+ "description": "ISO 3166-1 numeric country code",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "latitude": {
+ "description": "Latitude coordinate",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "location": {
+ "description": "Specific location name",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "longitude": {
+ "description": "Longitude coordinate",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "notes": {
+ "description": "Additional event notes",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "region": {
+ "description": "ACLED geographic region",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "source": {
+ "description": "Data source",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "source_scale": {
+ "description": "Scale of source coverage",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "sub_event_type": {
+ "description": "Sub-category of event type",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "year": {
+ "description": "Year of event",
+ "type": [
+ "number",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "count",
+ "events"
+ ],
+ "type": "object"
+}