diff options
author | Marcin Migdal <marcin.migdal@nokia.com> | 2018-08-16 10:30:54 +0200 |
---|---|---|
committer | Marcin Migdal <marcin.migdal@nokia.com> | 2018-08-16 10:31:05 +0200 |
commit | 67de9d49b88e5801afd3f0bf2a62b3495720864c (patch) | |
tree | 36af092c99fc1fe58f83aeb53be6f98d69631f82 /test/mocks/pnfsimulator/json_schema | |
parent | acbbe67aa4fd06c3c445d2a93b6700ae0ecddc23 (diff) |
Use values according to Nokia proposal
Change-Id: Ic67ddc64c7de20f046aa712a905b2bc4995556d5
Issue-ID: INT-622
Signed-off-by: Marcin Migdal <marcin.migdal@nokia.com>
Diffstat (limited to 'test/mocks/pnfsimulator/json_schema')
-rw-r--r-- | test/mocks/pnfsimulator/json_schema/input_validator.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/mocks/pnfsimulator/json_schema/input_validator.json b/test/mocks/pnfsimulator/json_schema/input_validator.json index df4efb53d..42d4e4593 100644 --- a/test/mocks/pnfsimulator/json_schema/input_validator.json +++ b/test/mocks/pnfsimulator/json_schema/input_validator.json @@ -119,7 +119,7 @@ "title": "The Eventname Schema ", "default": "", "examples": [ - "val9" + "pnfRegistration_Nokia_5gDu" ] }, "nfNamingCode": { @@ -128,7 +128,7 @@ "title": "The Nfnamingcode Schema ", "default": "", "examples": [ - "val10" + "gNB" ] }, "nfcNamingCode": { @@ -137,7 +137,7 @@ "title": "The Nfcnamingcode Schema ", "default": "", "examples": [ - "val11" + "oam" ] }, "sourceName": { @@ -146,7 +146,7 @@ "title": "The Sourcename Schema ", "default": "", "examples": [ - "val12" + "NOK6061ZW3" ] }, "sourceId": { @@ -164,7 +164,7 @@ "title": "The Reportingentityname Schema ", "default": "", "examples": [ - "val14" + "NOK6061ZW3" ] } }, |