summaryrefslogtreecommitdiffstats
path: root/examples/examples-grpc/src/main/resources/schemas/CDSResponseStatusType.avsc
blob: fa2dfa7d643737e809fcc57ef4ba6560e0db4268 (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": "CDSResponseStatus_Type",
    "namespace": "org.onap.policy.apex.onap.helloworld",
    "fields": [
        {
            "name": "code",
            "type": "int"
        },
        {
            "name": "eventType",
            "type": "string"
        },
        {
            "name": "timestamp",
            "type": "string"
        },
        {
            "name": "message",
            "type": "string"
        }
    ]
}