1{
2  "istio/policy/v1beta1/rules": [
3    {
4      "Metadata": {
5        "name": "{{.Namespace}}/valid-rule"
6      },
7      "Body": {
8        "actions": [
9          {
10            "handler": "my-handler",
11            "instances": [
12              "my-instance"
13            ]
14          }
15        ]
16      },
17      "TypeURL": "type.googleapis.com/istio.policy.v1beta1.Rule"
18    }
19  ]
20}
21