laforge has submitted this change. ( https://gerrit.osmocom.org/c/onomondo-eim/+/43207?usp=email )
Change subject: rest_api_resource/response_schema: add spec ref for ICCID ......................................................................
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(-)
Approvals: jolly: Looks good to me, but someone else must approve laforge: Looks good to me, approved Jenkins Builder: Verified
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}$" }