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/pnf-reregistration.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 dpo/data-formats/pnf-reregistration.json (limited to 'dpo/data-formats/pnf-reregistration.json') diff --git a/dpo/data-formats/pnf-reregistration.json b/dpo/data-formats/pnf-reregistration.json new file mode 100644 index 00000000..ae3a46db --- /dev/null +++ b/dpo/data-formats/pnf-reregistration.json @@ -0,0 +1,11 @@ +{ + "self": { + "name": "PNF_Reregistration_internal", + "version": "1.0.0", + "description": "Internal event sent by PRH for PNF re-registration" + }, + "dataformatversion": "1.0.0", + "unstructured": { + "encoding": "UTF-8" + } +} \ No newline at end of file -- cgit 1.2.3-korg