changedOutput schema / (root)
Previous value: -{
- "$defs": {
- "SignalOutlook": {
- "enum": [
- "Strong bullish",
- "Bullish",
- "Neutral",
- "Bearish",
- "Strong bearish",
- "Unknown"
- ],
- "type": "string"
- },
- "SignalStatus": {
- "enum": [
- "Pending",
- "Active",
- "Deleted",
- "AiFailed",
- "FilteredByManual",
- "AiSubmitFailed",
- "Unknown"
- ],
- "type": "string"
- }
- },
- "properties": {
- "analysis": {},
- "analysis_price": {
- "format": "double",
- "type": "number"
- },
- "benchmark_price": {
- "format": "double",
- "type": "number"
- },
- "company_name": {
- "type": "string"
- },
- "conservative_price": {
- "format": "double",
- "type": "number"
- },
- "created_at": {
- "type": "string"
- },
- "expression": {
- "type": "string"
- },
- "id": {
- "type": "string"
- },
- "key_catalyst": {
- "type": "string"
- },
- "key_fact_id": {
- "type": "string"
- },
- "market": {
- "type": "string"
- },
- "optimistic_price": {
- "format": "double",
- "type": "number"
- },
- "outlook": {
- "$ref": "#/$defs/SignalOutlook"
- },
- "outlook_desc": {
- "type": "string"
- },
- "recommend_by": {
- "type": "string"
- },
- "status": {
- "$ref": "#/$defs/SignalStatus"
- },
- "strategy_id": {
- "type": "string"
- },
- "strategy_name": {
- "type": "string"
- },
- "summary": {
- "type": "string"
- },
- "symbol": {
- "type": "string"
- },
- "title": {
- "type": "string"
- },
- "updated_at": {
- "type": "string"
- }
- },
- "required": [
- "id",
- "symbol",
- "company_name",
- "market",
- "title",
- "summary",
- "strategy_id",
- "strategy_name",
- "recommend_by",
- "expression",
- "key_fact_id",
- "key_catalyst",
- "analysis_price",
- "conservative_price",
- "benchmark_price",
- "optimistic_price",
- "outlook",
- "outlook_desc",
- "status",
- "created_at",
- "updated_at"
- ],
- "type": "object"
-}New value: +null