From 4d49d2375d53ed9f0d86b6c56addb53ba6504dee Mon Sep 17 00:00:00 2001 From: Bartek Grzybowski Date: Wed, 26 Feb 2020 15:17:41 +0100 Subject: Fix JSON files linter issues in test/mocks/mass-pnf-sim This is needed prior to adding job for JSON files linting in CI. Change-Id: Ia71dd28061b5e84c36c81bc1432ccd39ca8cc73a Issue-ID: INT-1451 Signed-off-by: Bartek Grzybowski --- .../pnf-sim-lightweight/json_schema/input_validator.json | 5 ----- 1 file changed, 5 deletions(-) (limited to 'test/mocks/mass-pnf-sim/pnf-sim-lightweight/json_schema/input_validator.json') diff --git a/test/mocks/mass-pnf-sim/pnf-sim-lightweight/json_schema/input_validator.json b/test/mocks/mass-pnf-sim/pnf-sim-lightweight/json_schema/input_validator.json index 7b38e05d6..9f56e8df1 100644 --- a/test/mocks/mass-pnf-sim/pnf-sim-lightweight/json_schema/input_validator.json +++ b/test/mocks/mass-pnf-sim/pnf-sim-lightweight/json_schema/input_validator.json @@ -34,8 +34,6 @@ "eventName" ] }, - - "pnfRegistrationParams": { "type": "object", "properties": { @@ -91,7 +89,6 @@ ] } }, - "oneOf": [ { "required": [ @@ -108,6 +105,4 @@ ] } ] - - } -- cgit 1.2.3-korg