changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "applied_topic": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "query": {
+ "type": "string"
+ },
+ "results": {
+ "items": {
+ "properties": {
+ "bias_score": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "events": {
+ "items": {
+ "properties": {
+ "name": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "slug": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "id": {
+ "type": "integer"
+ },
+ "published_at": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "source": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "summary": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "title": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "url": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "total_matches": {
+ "type": "integer"
+ },
+ "warning": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "query",
+ "total_matches",
+ "results"
+ ],
+ "type": "object"
+}