diff options
author | biniek <lukasz.biniek@nokia.com> | 2019-03-12 17:23:16 +0100 |
---|---|---|
committer | biniek <lukasz.biniek@nokia.com> | 2019-03-13 10:58:26 +0100 |
commit | e3e7977dbf5600a61a2dffed961142d0adce5532 (patch) | |
tree | 8ffe4fa632d531c0e18627f04f4a597f5c7156e0 /test/mocks/pnfsimulator/json_schema | |
parent | 3b62afe389de15bbb5a53239f076af68512e0595 (diff) |
Update pnfsimulator config
Change-Id: Icd81ae3d5e458dc941a17ccdc3eead7120a64cb0
Issue-ID: INT-960
Signed-off-by: biniek <lukasz.biniek@nokia.com>
Diffstat (limited to 'test/mocks/pnfsimulator/json_schema')
-rw-r--r-- | test/mocks/pnfsimulator/json_schema/input_validator.json | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/test/mocks/pnfsimulator/json_schema/input_validator.json b/test/mocks/pnfsimulator/json_schema/input_validator.json index 13ce589ab..ced70c746 100644 --- a/test/mocks/pnfsimulator/json_schema/input_validator.json +++ b/test/mocks/pnfsimulator/json_schema/input_validator.json @@ -61,12 +61,6 @@ "vendorName": { "type": "string" }, - "oamV4IpAddress": { - "type": "string" - }, - "oamV6IpAddress": { - "type": "string" - }, "unitFamily": { "type": "string" }, @@ -78,6 +72,9 @@ }, "unitType": { "type": "string" + }, + "additionalFields": { + "type": "object" } } }, |