From 751aa0f3c7f090bc10bc59f74aaace1f297a7c2c Mon Sep 17 00:00:00 2001 From: "a.sreekumar" Date: Mon, 25 Jul 2022 10:46:57 +0100 Subject: Update APEX example to use JSON Schema plugin Change-Id: Ic8b412ce0ca71b4452d67b1e4445e423b0ec5b54 Issue-ID: POLICY-4292 Signed-off-by: a.sreekumar --- .../resources/schemas/CDSRequestCommonHeaderType.avsc | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 examples/examples-grpc/src/main/resources/schemas/CDSRequestCommonHeaderType.avsc (limited to 'examples/examples-grpc/src/main/resources/schemas/CDSRequestCommonHeaderType.avsc') diff --git a/examples/examples-grpc/src/main/resources/schemas/CDSRequestCommonHeaderType.avsc b/examples/examples-grpc/src/main/resources/schemas/CDSRequestCommonHeaderType.avsc deleted file mode 100644 index 7e7e9256c..000000000 --- a/examples/examples-grpc/src/main/resources/schemas/CDSRequestCommonHeaderType.avsc +++ /dev/null @@ -1,19 +0,0 @@ -{ - "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" - } - ] -} -- cgit 1.2.3-korg