From d0dff98c7677dedc2a2004294dac2123aacccd16 Mon Sep 17 00:00:00 2001 From: Marcin Migdal Date: Fri, 12 Oct 2018 15:51:39 +0200 Subject: PNF Simulator - fix fileFormatType Issue-ID: INT-689 Change-Id: I2c681981f638502495e92e12c2953368a64d3c82 Signed-off-by: Marcin Migdal --- test/mocks/pnfsimulator/json_schema/input_validator.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'test/mocks/pnfsimulator/json_schema/input_validator.json') diff --git a/test/mocks/pnfsimulator/json_schema/input_validator.json b/test/mocks/pnfsimulator/json_schema/input_validator.json index f5573af49..4e75e0adc 100644 --- a/test/mocks/pnfsimulator/json_schema/input_validator.json +++ b/test/mocks/pnfsimulator/json_schema/input_validator.json @@ -45,8 +45,6 @@ }, "required": [ "eventName", - "nfNamingCode", - "nfcNamingCode", "sourceName", "sourceId", "reportingEntityName" @@ -120,7 +118,7 @@ "compression": { "type": "string" }, - "fileformatType": { + "fileFormatType": { "type": "string" }, "fileFormatVersion": { @@ -130,7 +128,7 @@ "required": [ "location", "compression", - "fileformatType", + "fileFormatType", "fileFormatVersion" ] } @@ -204,4 +202,4 @@ ] -} \ No newline at end of file +} -- cgit 1.2.3-korg