From 5510c12378772030e1fa0c3aa1fb3dadfbeeca86 Mon Sep 17 00:00:00 2001 From: emartin Date: Thu, 23 Jan 2020 16:40:05 +0000 Subject: Added initial component spec and blueprint Signed-off-by: emartin Issue-ID: DCAEGEN2-1845 Change-Id: I42bdfcfd9d31d20fce40840cee34cea8bc5d178a --- .../dpo/data-formats/aai-event-format.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 components/pm-subscription-handler/dpo/data-formats/aai-event-format.json (limited to 'components/pm-subscription-handler/dpo/data-formats/aai-event-format.json') diff --git a/components/pm-subscription-handler/dpo/data-formats/aai-event-format.json b/components/pm-subscription-handler/dpo/data-formats/aai-event-format.json new file mode 100755 index 00000000..a33f3cc3 --- /dev/null +++ b/components/pm-subscription-handler/dpo/data-formats/aai-event-format.json @@ -0,0 +1,11 @@ +{ + "self": { + "name": "AAI_EVENT_FORMAT", + "version": "1.0.0", + "description": "AAI EVENT output format" + }, + "dataformatversion": "1.0.0", + "unstructured": { + "encoding": "UTF-8" + } +} \ No newline at end of file -- cgit 1.2.3-korg