From 04c6c0bfccbd7aeda3dab0a75492efe2d44d7133 Mon Sep 17 00:00:00 2001 From: Kevin Smith Date: Tue, 2 Dec 2025 14:29:15 +0000 Subject: [PATCH] fix: changed networkaccessidentifier example to use example.com --- code/API_definitions/device-identifier.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/API_definitions/device-identifier.yaml b/code/API_definitions/device-identifier.yaml index 86429de..e150022 100644 --- a/code/API_definitions/device-identifier.yaml +++ b/code/API_definitions/device-identifier.yaml @@ -795,7 +795,7 @@ components: NetworkAccessIdentifier: description: A public identifier addressing a subscription in a mobile network. In 3GPP terminology, it corresponds to the GPSI formatted with the External Identifier ({Local Identifier}@{Domain Identifier}). Unlike the telephone number, the network access identifier is not subjected to portability ruling in force, and is individually managed by each operator. type: string - example: "123456789@domain.com" + example: "123456789@example.com" PhoneNumber: description: A public identifier addressing a telephone subscription. In mobile networks it corresponds to the MSISDN (Mobile Station International Subscriber Directory Number). In order to be globally unique it has to be formatted in international format, according to E.164 standard, prefixed with '+'. @@ -862,4 +862,4 @@ components: ipv4Address: publicAddress: "84.125.93.10" publicPort: 59765 - networkAccessIdentifier: "123456789@domain.com" + networkAccessIdentifier: "123456789@example.com"