changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "date": {
+ "description": "Date in YYYY-MM-DD format",
+ "type": "string"
+ },
+ "developments": {
+ "description": "Developments from live query",
+ "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"
+ },
+ "model_updates": {
+ "description": "Model release updates",
+ "items": {
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "note": {
+ "description": "Note when live query used instead of cached digest",
+ "type": "string"
+ },
+ "paper_highlights": {
+ "description": "Highlighted research papers",
+ "items": {
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "summary": {
+ "description": "Daily briefing summary",
+ "type": "string"
+ },
+ "top_stories": {
+ "description": "Top stories from the day",
+ "items": {
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "total_developments": {
+ "description": "Total developments in live query",
+ "type": "number"
+ }
+ },
+ "type": "object"
+}