diff options
Diffstat (limited to 'components/pm-subscription-handler/dpo/data-formats/dcae-cl-output.json')
-rwxr-xr-x | components/pm-subscription-handler/dpo/data-formats/dcae-cl-output.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/components/pm-subscription-handler/dpo/data-formats/dcae-cl-output.json b/components/pm-subscription-handler/dpo/data-formats/dcae-cl-output.json index b5cfa8bf..9e6e7ae9 100755 --- a/components/pm-subscription-handler/dpo/data-formats/dcae-cl-output.json +++ b/components/pm-subscription-handler/dpo/data-formats/dcae-cl-output.json @@ -15,9 +15,9 @@ "type": "string", "description": "The name of the nf in A&AI." }, - "ipv4Address": { + "ipAddress": { "type": "string", - "description": "The ipv4address of the nf being targeted." + "description": "The ip address of the nf being targeted." }, "policyName": { "type": "string", @@ -133,7 +133,7 @@ }, "required": [ "nfName", - "ipv4Address", + "ipAddress", "policyName", "closedLoopControlName", "blueprintName", |