changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "additionalProperties": true,
+ "properties": {
+ "country": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "developments": {
+ "items": {
+ "additionalProperties": true,
+ "properties": {
+ "domain": {
+ "type": "string"
+ },
+ "firstSeen": {
+ "type": "string"
+ },
+ "meta": {
+ "properties": {
+ "attribution": {
+ "type": "string"
+ },
+ "license": {
+ "type": "string"
+ },
+ "source": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "outlets": {
+ "type": "number"
+ },
+ "title": {
+ "type": "string"
+ },
+ "toneAvg": {
+ "type": "number"
+ },
+ "topic": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "url": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "firstSeen": {
+ "type": "string"
+ },
+ "id": {
+ "type": "number"
+ },
+ "lastDevelopment": {
+ "type": "string"
+ },
+ "meta": {
+ "properties": {
+ "attribution": {
+ "type": "string"
+ },
+ "license": {
+ "type": "string"
+ },
+ "source": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "page": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "id",
+ "developments"
+ ],
+ "type": "object"
+}