{ | |
"tosca_definitions_version": "tosca_simple_yaml_1_0_0", | |
"topology_template": { | |
"policies": [ | |
{ | |
"other-unvalidated": { | |
"type": "onap.policies.type1.type2", | |
"type_version": "1.0.0", | |
"name": "other-unvalidated", | |
"version": "1.0.0", | |
"metadata": { | |
"policy-id": "other-unvalidated" | |
}, | |
"properties": { | |
"field1": "abc", | |
"field2": 2 | |
} | |
} | |
} | |
] | |
} | |
} |