From 5e40fbfdf79be48a5ff19393f65c0e09309e868a Mon Sep 17 00:00:00 2001 From: dfarrelly Date: Wed, 20 Feb 2019 14:26:37 +0000 Subject: Add pm-mapper deployment artifacts Issue-ID: DCAEGEN2-1080 Change-Id: Ic7157ec4888f9ddfa399fe20ebb76f09d3c3cf1c Signed-off-by: dfarrelly --- dpo/data-formats/XML-1.0.0-dataformat.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 dpo/data-formats/XML-1.0.0-dataformat.json (limited to 'dpo/data-formats/XML-1.0.0-dataformat.json') diff --git a/dpo/data-formats/XML-1.0.0-dataformat.json b/dpo/data-formats/XML-1.0.0-dataformat.json new file mode 100644 index 0000000..32b14f3 --- /dev/null +++ b/dpo/data-formats/XML-1.0.0-dataformat.json @@ -0,0 +1,11 @@ +{ + "self": { + "name": "3GPP_XML", + "version": "1.0.0", + "description": "Unstructured 3GPP XML" + }, + "dataformatversion": "1.0.0", + "unstructured": { + "encoding": "UTF-8" + } +} \ No newline at end of file -- cgit 1.2.3-korg