aboutsummaryrefslogtreecommitdiffstats
path: root/examples/examples-grpc/src/main/resources/schemas/CDSResponsePayloadType.avsc
blob: e8a958119b783e00c338e947388166e069ad89ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
  "name": "CDSResponsePayloadEntry",
  "type": "record",
  "namespace": "com.acme.avro",
  "fields": [
    {
      "name": "create_DasH_subscription_DasH_response",
      "type": {
        "name": "create_DasH_subscription_DasH_response",
        "type": "record",
        "fields": [
          {
            "name": "odl_DasH_response",
            "type": {
              "name": "odl_DasH_response",
              "type": "record",
              "fields": [
                  {
                    "name": "status",
                    "type": "string"
                  }
              ]
            }
          }
        ]
      }
    }
  ]
}