From 7ab0535a428d8eaf418207876d093d27299ff17d Mon Sep 17 00:00:00 2001 From: Eric Murray Date: Tue, 26 Aug 2025 11:54:33 +0100 Subject: [PATCH 1/4] Update device-identifier.yaml --- code/API_definitions/device-identifier.yaml | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/code/API_definitions/device-identifier.yaml b/code/API_definitions/device-identifier.yaml index 93d43e5..529cf3c 100644 --- a/code/API_definitions/device-identifier.yaml +++ b/code/API_definitions/device-identifier.yaml @@ -384,7 +384,6 @@ components: 200RetrieveType: description: A device identifier has been found for the specified subscriber - headers: x-correlator: $ref: "#/components/headers/X-Correlator" @@ -777,22 +776,21 @@ components: } ErrorInfo: - description: Common CAMARA error response object type: object + required: + - message + - status + - code properties: - code: + message: type: string - description: A short, human-readable summary of the problem type + description: A human-readable description of what the event represents status: type: integer - description: The HTTP status code - message: + description: HTTP response status code + code: type: string - description: This parameter appears when there was an error. Human readable explanation specific to this occurrence of the problem - required: - - code - - status - - message + description: A human-readable code to describe the error 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. @@ -865,3 +863,4 @@ components: publicAddress: "84.125.93.10" publicPort: 59765 networkAccessIdentifier: "123456789@domain.com" + From a86651f0667d227b1081501b2f73e3de707a3566 Mon Sep 17 00:00:00 2001 From: Eric Murray Date: Tue, 26 Aug 2025 11:59:07 +0100 Subject: [PATCH 2/4] Update device-identifier.yaml --- code/API_definitions/device-identifier.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/code/API_definitions/device-identifier.yaml b/code/API_definitions/device-identifier.yaml index 529cf3c..9652c56 100644 --- a/code/API_definitions/device-identifier.yaml +++ b/code/API_definitions/device-identifier.yaml @@ -863,4 +863,3 @@ components: publicAddress: "84.125.93.10" publicPort: 59765 networkAccessIdentifier: "123456789@domain.com" - From 68ae3cd07f078c39370da5ceaaf10aae6927ee1c Mon Sep 17 00:00:00 2001 From: Eric Murray Date: Tue, 2 Sep 2025 16:46:56 +0100 Subject: [PATCH 3/4] Update device-identifier.yaml --- code/API_definitions/device-identifier.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/code/API_definitions/device-identifier.yaml b/code/API_definitions/device-identifier.yaml index 9652c56..3eb94eb 100644 --- a/code/API_definitions/device-identifier.yaml +++ b/code/API_definitions/device-identifier.yaml @@ -778,19 +778,19 @@ components: ErrorInfo: type: object required: - - message - status - code + - message properties: - message: - type: string - description: A human-readable description of what the event represents status: type: integer description: HTTP response status code code: type: string description: A human-readable code to describe the error + message: + type: string + description: A human-readable description of what the event represents 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. @@ -863,3 +863,4 @@ components: publicAddress: "84.125.93.10" publicPort: 59765 networkAccessIdentifier: "123456789@domain.com" + From e6b9e8bcdded9abd9d5169b5267e6ede2af440ee Mon Sep 17 00:00:00 2001 From: Eric Murray Date: Tue, 2 Sep 2025 16:50:06 +0100 Subject: [PATCH 4/4] Update device-identifier.yaml --- code/API_definitions/device-identifier.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/code/API_definitions/device-identifier.yaml b/code/API_definitions/device-identifier.yaml index 3eb94eb..86429de 100644 --- a/code/API_definitions/device-identifier.yaml +++ b/code/API_definitions/device-identifier.yaml @@ -863,4 +863,3 @@ components: publicAddress: "84.125.93.10" publicPort: 59765 networkAccessIdentifier: "123456789@domain.com" -