From 9220f729873a7be6455f832468f5090ccd2a25cb Mon Sep 17 00:00:00 2001 From: "Kajur, Harish (vk250x)" Date: Mon, 13 Aug 2018 02:44:43 -0400 Subject: Update traversal to use schema ingest library Update the traversal microservice to use the ingest library to make the application more model driven Issue-ID: AAI-1465 Change-Id: Ifcf56b5d0e7f25ce2bc735b3186e09bc28234100 Signed-off-by: Kajur, Harish (vk250x) --- aai-traversal/src/test/resources/payloads/templates/customer.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 aai-traversal/src/test/resources/payloads/templates/customer.json (limited to 'aai-traversal/src/test/resources/payloads/templates/customer.json') diff --git a/aai-traversal/src/test/resources/payloads/templates/customer.json b/aai-traversal/src/test/resources/payloads/templates/customer.json new file mode 100644 index 0000000..a4b967c --- /dev/null +++ b/aai-traversal/src/test/resources/payloads/templates/customer.json @@ -0,0 +1,5 @@ +{ + "global-customer-id": "global-cust-id1", + "subscriber-name": "customer-subscriber-name", + "subscriber-type": "CUST" +} \ No newline at end of file -- cgit 1.2.3-korg