changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "query": {
+ "description": "Search query executed",
+ "type": "string"
+ },
+ "results": {
+ "description": "Matching developments",
+ "items": {
+ "properties": {
+ "category": {
+ "description": "Development category",
+ "type": "string"
+ },
+ "importance": {
+ "description": "Importance level",
+ "type": "string"
+ },
+ "published_at": {
+ "description": "Publication timestamp",
+ "type": "string"
+ },
+ "source": {
+ "description": "Source identifier",
+ "type": "string"
+ },
+ "summary": {
+ "description": "Development summary",
+ "type": "string"
+ },
+ "title": {
+ "description": "Development title",
+ "type": "string"
+ },
+ "url": {
+ "description": "Source URL",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "total": {
+ "description": "Number of results found",
+ "type": "number"
+ }
+ },
+ "required": [
+ "query",
+ "total",
+ "results"
+ ],
+ "type": "object"
+}