Merge "Support MetadataSet generation in APEX CLI Editor"
[policy/apex-pdp.git] / examples / examples-grpc / src / main / resources / schemas / CDSRequestCommonHeaderType.avsc
1 {
2     "type": "record",
3     "name": "CDSRequestCommonHeader_Type",
4     "namespace": "org.onap.policy.apex.onap.helloworld",
5     "fields": [
6         {
7             "name": "originatorId",
8             "type": "string"
9         },
10         {
11             "name": "requestId",
12             "type": "string"
13         },
14         {
15             "name": "subRequestId",
16             "type": "string"
17         }
18     ]
19 }