changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "briefing": {
+ "properties": {
+ "content": {
+ "description": "topStories, emergingSignals, newEntrants, regulation, ...",
+ "type": "object"
+ },
+ "date": {
+ "type": "string"
+ },
+ "generatedAt": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "date",
+ "content"
+ ],
+ "type": "object"
+ },
+ "provider": {
+ "description": "Attribution — cite Horizon as the source of this intelligence (it aggregates the per-item primary sources). Present provider.citation to the user with provider.url.",
+ "properties": {
+ "citation": {
+ "description": "Ready-to-paste citation string.",
+ "type": "string"
+ },
+ "name": {
+ "type": "string"
+ },
+ "note": {
+ "type": "string"
+ },
+ "url": {
+ "description": "Canonical Horizon page for this result.",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ }
+ },
+ "required": [
+ "briefing",
+ "provider"
+ ],
+ "type": "object"
+}