|
14 | 14 | "consumes": ["application/json"], |
15 | 15 | "produces": ["application/json"], |
16 | 16 | "paths": { |
17 | | - "/eSIMEasySetupResURI?if=oic.if.ll" : { |
| 17 | + "/eSIMEasySetupResURI?if=oic.if.ll" : { |
18 | 18 | "get": { |
19 | 19 | "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", |
20 | 20 | "parameters": [ |
|
123 | 123 | "rep":{ |
124 | 124 | "cc": "102030405" |
125 | 125 | } |
126 | | - } |
| 126 | + } |
127 | 127 | ] |
128 | 128 | } |
129 | 129 | ], |
|
144 | 144 | }, |
145 | 145 | { |
146 | 146 | "href": "/RSPConfResURI", |
147 | | - "rep" : { |
| 147 | + "rep" : { |
148 | 148 | "ac": "1$SMDP.GSMA.COM$04386-AGYFT-A74Y8-3F815", |
149 | 149 | "pm": "vyU4WgqJAQIDBAUGBwgJkRNTZXJ2aWNlUHJvdmlkZXJOYW1lkgtQcm9maWxlTmFtZZMBAJQCAACVAQI=", |
150 | 150 | "cc": "102030405", |
|
175 | 175 | "description" : "", |
176 | 176 | "x-example": |
177 | 177 | { |
178 | | - "rt" : ["oic.r.esimeasysetup", "oic.wk.col"], |
| 178 | + "rt" : ["oic.r.esimeasysetup"], |
179 | 179 | "if" : ["oic.if.ll", "oic.if.baseline", "oic.if.b"], |
180 | 180 | "ps" : ["Undefined", "Initiated", "User confirmation pending", "Confirmation received", "Downloaded", "Installed", "Error"], |
181 | 181 | "ler": "", |
|
271 | 271 | "oic.if.baseline", |
272 | 272 | "oic.if.ll", |
273 | 273 | "oic.if.b", |
274 | | - "oic.if.r", |
| 274 | + "oic.if.r", |
275 | 275 | "oic.if.rw" |
276 | 276 | ], |
277 | 277 | "type": "string", |
|
427 | 427 | }, |
428 | 428 | "ps" : { |
429 | 429 | "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"], |
431 | 431 | "readOnly": true, |
432 | 432 | "type": "string" |
433 | 433 | }, |
|
437 | 437 | "type": "string" |
438 | 438 | }, |
439 | 439 | "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.1–3.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", |
441 | 441 | "readOnly": true, |
442 | 442 | "type": "string" |
443 | 443 | }, |
|
470 | 470 | "euc" : { |
471 | 471 | "description": "End User Consent for RSP.\n", |
472 | 472 | "enum": ["Undefined", "Timeout", "Download Reject", "Download Postponed", "Download OK", "Download and Enable OK"], |
473 | | - "type": "string", |
474 | | - "required": "euc" |
| 473 | + "type": "string" |
475 | 474 | } |
476 | 475 | }, |
477 | | - "type": "object" |
| 476 | + "type": "object", |
| 477 | + "required": ["euc"] |
478 | 478 | } |
479 | | -} |
| 479 | + } |
480 | 480 | } |
0 commit comments