Skip to content

Commit f75b728

Browse files
authored
Merge pull request #40 from openconnectivityfoundation/FixSmartQuotes
Fix smart quotes
2 parents 5dc379e + 9dfab39 commit f75b728

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed

swagger2.0/oic.r.esimeasysetup.swagger.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"consumes": ["application/json"],
1515
"produces": ["application/json"],
1616
"paths": {
17-
"/eSIMEasySetupResURI?if=oic.if.ll" : {
17+
"/eSIMEasySetupResURI?if=oic.if.ll" : {
1818
"get": {
1919
"description": "The eSIMEasySetup Resource Type stores useful information including Remote SIM Provisioning (RSP) status, and RSP last error which was produced in the process of eSIM Easy Setup.\nNote that the eSIM Easy Setup Resource is a Collection Resource, which contains Links to RSPConf, and RSPCapability Resources and may additionally contain Links to other Resources.\n",
2020
"parameters": [
@@ -123,7 +123,7 @@
123123
"rep":{
124124
"cc": "102030405"
125125
}
126-
}
126+
}
127127
]
128128
}
129129
],
@@ -144,7 +144,7 @@
144144
},
145145
{
146146
"href": "/RSPConfResURI",
147-
"rep" : {
147+
"rep" : {
148148
"ac": "1$SMDP.GSMA.COM$04386-AGYFT-A74Y8-3F815",
149149
"pm": "vyU4WgqJAQIDBAUGBwgJkRNTZXJ2aWNlUHJvdmlkZXJOYW1lkgtQcm9maWxlTmFtZZMBAJQCAACVAQI=",
150150
"cc": "102030405",
@@ -175,7 +175,7 @@
175175
"description" : "",
176176
"x-example":
177177
{
178-
"rt" : ["oic.r.esimeasysetup", "oic.wk.col"],
178+
"rt" : ["oic.r.esimeasysetup"],
179179
"if" : ["oic.if.ll", "oic.if.baseline", "oic.if.b"],
180180
"ps" : ["Undefined", "Initiated", "User confirmation pending", "Confirmation received", "Downloaded", "Installed", "Error"],
181181
"ler": "",
@@ -271,7 +271,7 @@
271271
"oic.if.baseline",
272272
"oic.if.ll",
273273
"oic.if.b",
274-
"oic.if.r",
274+
"oic.if.r",
275275
"oic.if.rw"
276276
],
277277
"type": "string",
@@ -427,7 +427,7 @@
427427
},
428428
"ps" : {
429429
"description": "Indicates the steps in Remote SIM Provisioning.\n",
430-
"enum": ["Undefined", "Initiated", "User confirmation pending", "Confirmation received", "Downloaded", "Installed", "Error"],
430+
"enum": ["Undefined", "Initiated", "User confirmation pending", "Confirmation received", "Downloaded", "Installed", "Error"],
431431
"readOnly": true,
432432
"type": "string"
433433
},
@@ -437,7 +437,7 @@
437437
"type": "string"
438438
},
439439
"lec" : {
440-
"description": "Error Code returned by the LPA while eSIM Easy Setup. \nIt indicates why it was occurred.\nIt is mapped to the GSMA error status (e.g., 8.8.13.8”, “7”, “6A 80)\n",
440+
"description": "Error Code returned by the LPA while eSIM Easy Setup. \nIt indicates why it was occurred.\nIt is mapped to the GSMA error status (e.g., \"8.8.1-3.8\", \"7\", \"6A 80\"')\n",
441441
"readOnly": true,
442442
"type": "string"
443443
},
@@ -470,11 +470,11 @@
470470
"euc" : {
471471
"description": "End User Consent for RSP.\n",
472472
"enum": ["Undefined", "Timeout", "Download Reject", "Download Postponed", "Download OK", "Download and Enable OK"],
473-
"type": "string",
474-
"required": "euc"
473+
"type": "string"
475474
}
476475
},
477-
"type": "object"
476+
"type": "object",
477+
"required": ["euc"]
478478
}
479-
}
479+
}
480480
}

swagger2.0/oic.r.rspcapability.swagger.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,13 @@
6161
"euiccinfo" : {
6262
"description": "Refers to EUICCInfo2 defined in GSMA SGP.22 Annex H.This value type shall be encoded as Major Type 2.",
6363
"type": "string",
64+
"readOnly": true,
6465
"maxLength": 1024
6566
},
6667
"deviceinfo" : {
6768
"description": "Refers to DeviceInfo defined in GSMA SGP.22 Annex H.This value type shall be encoded as Major Type 2.",
6869
"type": "string",
70+
"readOnly": true,
6971
"maxLength": 128
7072
},
7173
"n" : {

0 commit comments

Comments
 (0)