laforge submitted this change.

View Change

Approvals: jolly: Looks good to me, but someone else must approve laforge: Looks good to me, approved Jenkins Builder: Verified
rest_api_resource/response_schema: add spec ref for ICCID

This eIM accepts the ICCID in it raw form (as found in EF.ICCID).
Let's add a spec ref so users can look up the exact format quicker.

Related: SYS#8100
Change-Id: Idf6f29386b9b6df9255e10d0dd2909c7297709e4
---
M contrib/rest_api_resource_schema.json
M contrib/rest_api_response_schema.json
2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/contrib/rest_api_resource_schema.json b/contrib/rest_api_resource_schema.json
index 2e0d330..0a7764b 100644
--- a/contrib/rest_api_resource_schema.json
+++ b/contrib/rest_api_resource_schema.json
@@ -42,7 +42,7 @@
"type": "object",
"properties": {
"iccid": {
- "description": "ICCID of the profile. (ICCID in nibble-swapped raw format)",
+ "description": "ICCID of the profile. (ICCID in nibble-swapped raw format, see also ETSI TS 102 221, section 13.2)",
"type": "string",
"pattern": "^[0-9,A-F]{2,32}$"
},
@@ -62,7 +62,7 @@
"type": "object",
"properties": {
"iccid": {
- "description": "ICCID of the profile. (ICCID in nibble-swapped raw format)",
+ "description": "ICCID of the profile. (ICCID in nibble-swapped raw format, see also ETSI TS 102 221, section 13.2)",
"type": "string",
"pattern": "^[0-9,A-F]{2,32}$"
}
@@ -104,7 +104,7 @@
},
{
"iccid": {
- "description": "ICCID of the profile. (ICCID in nibble-swapped raw format)",
+ "description": "ICCID of the profile. (ICCID in nibble-swapped raw format, see also ETSI TS 102 221, section 13.2)",
"type": "string",
"pattern": "^[0-9,A-F]{2,32}$"
}
diff --git a/contrib/rest_api_response_schema.json b/contrib/rest_api_response_schema.json
index 7ec2735..867baa4 100644
--- a/contrib/rest_api_response_schema.json
+++ b/contrib/rest_api_response_schema.json
@@ -93,7 +93,7 @@
"type": "object",
"properties": {
"iccid": {
- "description": "ICCID of the profile. (ICCID in nibble-swapped raw format)",
+ "description": "ICCID of the profile. (ICCID in nibble-swapped raw format, see also ETSI TS 102 221, section 13.2)",
"type": "string",
"pattern": "^[0-9,A-F]{2,32}$"
},
@@ -402,7 +402,7 @@
]
},
"iccid": {
- "description": "ICCID of the profile. (ICCID in nibble-swapped raw format)",
+ "description": "ICCID of the profile. (ICCID in nibble-swapped raw format, see also ETSI TS 102 221, section 13.2)",
"type": "string",
"pattern": "^[0-9,A-F]{2,32}$"
}

To view, visit change 43207. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: merged
Gerrit-Project: onomondo-eim
Gerrit-Branch: master
Gerrit-Change-Id: Idf6f29386b9b6df9255e10d0dd2909c7297709e4
Gerrit-Change-Number: 43207
Gerrit-PatchSet: 2
Gerrit-Owner: dexter <pmaier@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: jolly <andreas@eversberg.eu>
Gerrit-Reviewer: laforge <laforge@osmocom.org>