changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "bias_score": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "content": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "entities": {
+ "type": [
+ "object",
+ "array",
+ "null"
+ ]
+ },
+ "id": {
+ "type": "integer"
+ },
+ "narratives": {
+ "type": "array"
+ },
+ "published_at": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "source_name": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "source_url": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "summary": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "title": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "url": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "id",
+ "url"
+ ],
+ "type": "object"
+}