Added the policy models to onap version
[dcaegen2/platform/cli.git] / blueprint-generator / TestCases / testComponentSpec.json
index a0a3489..d6b617b 100644 (file)
                        "designer_editable": true,
                        "policy_editable": true,
                        "policy_group": "Test_Parameters",
-                       "required": true
+                       "required": true,
+                       "policy_schema": [
+                               {
+                                       "name": "PolicySchemaTest",
+                                       "description": "List of objects for vnf type monitorng",
+                                       "type": "String",
+                                       "entry_schema": [
+                                               {
+                                                       "name": "TestEntrySchema",
+                                                       "description": "entry",
+                                                       "type": "string",
+                                                       "value": "None"
+                                               }
+                                       ]
+                               }
+                       ]
                }
        ],