1d55517042749764b0b93d3c047b2ec2ca587a88
[policy/apex-pdp.git] / examples / examples-grpc / src / main / resources / schemas / CDSActionIdentifiersType.avsc
1 {
2     "type": "record",
3     "name": "CDSActionIdentifiers_Type",
4     "namespace": "org.onap.policy.apex.onap.helloworld",
5     "fields": [
6         {
7             "name": "actionName",
8             "type": "string"
9         },
10         {
11             "name": "blueprintName",
12             "type": "string"
13         },
14         {
15             "name": "blueprintVersion",
16             "type": "string"
17         },
18         {
19             "name": "mode",
20             "type": "string"
21         }
22     ]
23 }