changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "count": {
+ "description": "Number of results",
+ "type": "number"
+ },
+ "next_url": {
+ "description": "Next page URL if available",
+ "type": "string"
+ },
+ "results": {
+ "description": "News articles",
+ "items": {
+ "properties": {
+ "author": {
+ "description": "Article author",
+ "type": "string"
+ },
+ "description": {
+ "description": "Article description",
+ "type": "string"
+ },
+ "id": {
+ "description": "Article ID",
+ "type": "string"
+ },
+ "image_url": {
+ "description": "Image URL",
+ "type": "string"
+ },
+ "published_utc": {
+ "description": "Publication date in UTC",
+ "type": "string"
+ },
+ "tickers": {
+ "description": "Related tickers",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "title": {
+ "description": "Article title",
+ "type": "string"
+ },
+ "url": {
+ "description": "Article URL",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "status": {
+ "description": "API response status",
+ "type": "string"
+ }
+ },
+ "type": "object"
+}