changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "additionalProperties": true,
+ "properties": {
+ "meta": {
+ "properties": {
+ "attribution": {
+ "type": "string"
+ },
+ "license": {
+ "type": "string"
+ },
+ "source": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "page": {
+ "type": "string"
+ },
+ "stories": {
+ "items": {
+ "additionalProperties": true,
+ "properties": {
+ "chainId": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "countries": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "domain": {
+ "type": "string"
+ },
+ "firstSeen": {
+ "type": "string"
+ },
+ "lastSeen": {
+ "type": "string"
+ },
+ "meta": {
+ "properties": {
+ "attribution": {
+ "type": "string"
+ },
+ "license": {
+ "type": "string"
+ },
+ "source": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "outlets": {
+ "type": "number"
+ },
+ "rank": {
+ "type": "number"
+ },
+ "related": {
+ "items": {
+ "additionalProperties": true,
+ "properties": {
+ "meta": {
+ "properties": {
+ "attribution": {
+ "type": "string"
+ },
+ "license": {
+ "type": "string"
+ },
+ "source": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "outlets": {
+ "type": "number"
+ },
+ "title": {
+ "type": "string"
+ },
+ "url": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "timeline": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "title": {
+ "type": "string"
+ },
+ "toneAvg": {
+ "type": "number"
+ },
+ "topic": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "url": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "stories"
+ ],
+ "type": "object"
+}