aboutsummaryrefslogtreecommitdiffstats
path: root/examples/examples-grpc/src/main/resources/schemas/CDSResponseCommonHeaderType.avsc
blob: fe2fae8c7d7df49cb5a5b7f07780ff31179cb21d (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": "CDSResponseCommonHeader_Type",
    "namespace": "org.onap.policy.apex.onap.helloworld",
    "fields": [
        {
            "name": "originatorId",
            "type": "string"
        },
        {
            "name": "requestId",
            "type": "string"
        },
        {
            "name": "subRequestId",
            "type": "string"
        },
        {
            "name": "timestamp",
            "type": "string"
        }
    ]
}