addedOutput schema / properties
Added value: +{
+ "data_classification": {
+ "anyOf": [
+ {
+ "const": "research_information_only",
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null
+ },
+ "disclaimer": {
+ "description": "Canonical compliance disclaimer (always present)",
+ "type": "string"
+ },
+ "full_data": {
+ "anyOf": [
+ {
+ "additionalProperties": true,
+ "description": "`full_data` for get_macro_causality_graph_tool — 실응답에서 추출(2026-09-23).",
+ "properties": {
+ "edges": {
+ "items": {},
+ "type": "array"
+ },
+ "significant_count": {
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null
+ },
+ "total_edges": {
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null
+ },
+ "is_investment_advice": {
+ "anyOf": [
+ {
+ "const": false,
+ "type": "boolean"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null
+ },
+ "is_real_money": {
+ "anyOf": [
+ {
+ "const": false,
+ "type": "boolean"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null
+ },
+ "request_id": {
+ "description": "32-hex per-response correlation id",
+ "type": "string"
+ },
+ "timestamp": {
+ "description": "RFC3339 UTC, server build time",
+ "type": "string"
+ }
+}