diff options
Diffstat (limited to 'dpo/spec/pmmapper-component-spec.json')
-rw-r--r-- | dpo/spec/pmmapper-component-spec.json | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/dpo/spec/pmmapper-component-spec.json b/dpo/spec/pmmapper-component-spec.json index 53dbd8c..d88c71c 100644 --- a/dpo/spec/pmmapper-component-spec.json +++ b/dpo/spec/pmmapper-component-spec.json @@ -137,9 +137,15 @@ "description": "PM mapper filter on measInfo, measInfoId, measType, instanceId", "designer_editable": true, "sourced_at_deployment": false, - "policy_editable": true, "type": "string", - "required": true + "required": true, + "policy_editable": true, + "policy_schema": [{ + "name": "filter configuration", + "description": "Filter configuration needs to be applied", + "type": "string", + "value": "" + }] } ] }
\ No newline at end of file |