From a4f457e46a336a30ceea69a742e8b8aa8f2e720f Mon Sep 17 00:00:00 2001 From: micdzied Date: Fri, 19 Apr 2019 09:16:21 +0200 Subject: provide component description - spec Change-Id: I081fb14a8f9c3ec69f6b646aebd454dee0a259c0 Issue-ID: DCAEGEN2-1442 Signed-off-by: micdzied --- dpo/data-formats/aai-interaction.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 dpo/data-formats/aai-interaction.json (limited to 'dpo/data-formats/aai-interaction.json') diff --git a/dpo/data-formats/aai-interaction.json b/dpo/data-formats/aai-interaction.json new file mode 100644 index 00000000..6f6b76bb --- /dev/null +++ b/dpo/data-formats/aai-interaction.json @@ -0,0 +1,11 @@ +{ + "self": { + "name": "AAI_Interaction", + "version": "1.0.0", + "description": "Messages exchanged between a microservice and AAI" + }, + "dataformatversion": "1.0.0", + "unstructured": { + "encoding": "UTF-8" + } +} \ No newline at end of file -- cgit 1.2.3-korg