aboutsummaryrefslogtreecommitdiffstats
path: root/examples/examples-grpc/src/main/resources/schemas/CDSRequestCommonHeaderType.avsc
blob: 7e7e9256cf2b0bcf474d45a2851551747f1c3e7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "type": "record",
    "name": "CDSRequestCommonHeader_Type",
    "namespace": "org.onap.policy.apex.onap.helloworld",
    "fields": [
        {
            "name": "originatorId",
            "type": "string"
        },
        {
            "name": "requestId",
            "type": "string"
        },
        {
            "name": "subRequestId",
            "type": "string"
        }
    ]
}