{
    "tosca_definitions_version": "tosca_simple_yaml_1_0_0",
    "topology_template": {
        "policies": [
            {
                "other-validation-error": {
                    "type": "onap.policies.typeA",
                    "type_version": "1.0.0",
                    "name": "other-validation-error",
                    "version": "1.0.0",
                    "metadata": {
                        "policy-id": "other-validation-error"
                    },
                    "properties": {
                        "fieldA": "abc"
                    }
                }
            }
        ]
    }
}