From e519d3967a58416daf902e126398167b39f09dab Mon Sep 17 00:00:00 2001 From: Dmitriy Samovskiy Date: Tue, 6 Nov 2018 10:52:34 -0800 Subject: [PATCH] add "from" field to rule schema PEOBS-149 --- cloudhealth/json_cht_perspective.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cloudhealth/json_cht_perspective.go b/cloudhealth/json_cht_perspective.go index 808b3f5..f8a5063 100644 --- a/cloudhealth/json_cht_perspective.go +++ b/cloudhealth/json_cht_perspective.go @@ -16,6 +16,7 @@ type RuleJSON struct { Type string `json:"type,omitempty"` Asset string `json:"asset,omitempty"` To string `json:"to,omitempty"` + From string `json:"from,omitempty"` Ref_id string `json:"ref_id,omitempty"` // for type='categorize' Name string `json:"name,omitempty"` // for type='categorize' Field []string `json:"field,omitempty"` // for type='categorize'