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