Release Review: eSimRemoteManagement r1.1 (alpha) - #21
Release Review: eSimRemoteManagement r1.1 (alpha)#21camara-release-automation[bot] wants to merge 2 commits into
0 errors, 135 warnings, 49 hints
Profile: standard | Branch: release | Trigger: pr
Annotations
Check warning on line 1 in code/API_definitions/esim-remote-management.yaml
camara-validation / CAMARA Validation
info.description uses YAML folded scalar
[P-030] info.description uses YAML folded-scalar style ('description: >'). Line-anchored BEGIN/END markers for mandatory templates are flattened by the parser and will not be detected.
Suggestion: Change 'description: >' to 'description: |' so line-anchored mandatory-template markers survive YAML parsing.
Check warning on line 55 in code/API_definitions/esim-remote-management.yaml
camara-validation / CAMARA Validation
Operation must have a summary
[S-006] Operation Summary Warning: Each operation should include a short summary for better understanding.
Check warning on line 55 in code/API_definitions/esim-remote-management.yaml
camara-validation / CAMARA Validation
Operation must have a description
[S-014] Functionality method description Warning: Each method should have description.
Check warning on line 55 in code/API_definitions/esim-remote-management.yaml
camara-validation / CAMARA Validation
x-correlator request header is undocumented
[S-039] Operation must document the 'x-correlator' request header parameter
Check warning on line 55 in code/API_definitions/esim-remote-management.yaml
camara-validation / CAMARA Validation
Operation must have a description
[S-215] Operation "description" must be present and non-empty string.
Check warning on line 69 in code/API_definitions/esim-remote-management.yaml
camara-validation / CAMARA Validation
x-correlator response header is undocumented
[S-040] Response '200' must document the 'x-correlator' response header
Check warning on line 88 in code/API_definitions/esim-remote-management.yaml
camara-validation / CAMARA Validation
Operation must have a summary
[S-006] Operation Summary Warning: Each operation should include a short summary for better understanding.
Check warning on line 88 in code/API_definitions/esim-remote-management.yaml
camara-validation / CAMARA Validation
Operation must have a description
[S-014] Functionality method description Warning: Each method should have description.
Check warning on line 88 in code/API_definitions/esim-remote-management.yaml
camara-validation / CAMARA Validation
x-correlator request header is undocumented
[S-039] Operation must document the 'x-correlator' request header parameter
Check warning on line 88 in code/API_definitions/esim-remote-management.yaml
camara-validation / CAMARA Validation
Operation must have a description
[S-215] Operation "description" must be present and non-empty string.
Check warning on line 102 in code/API_definitions/esim-remote-management.yaml
camara-validation / CAMARA Validation
x-correlator response header is undocumented
[S-040] Response '200' must document the 'x-correlator' response header
Check warning on line 121 in code/API_definitions/esim-remote-management.yaml
camara-validation / CAMARA Validation
Operation must have a summary
[S-006] Operation Summary Warning: Each operation should include a short summary for better understanding.
Check warning on line 121 in code/API_definitions/esim-remote-management.yaml
camara-validation / CAMARA Validation
Operation must have a description
[S-014] Functionality method description Warning: Each method should have description.
Check warning on line 121 in code/API_definitions/esim-remote-management.yaml
camara-validation / CAMARA Validation
x-correlator request header is undocumented
[S-039] Operation must document the 'x-correlator' request header parameter
Check warning on line 121 in code/API_definitions/esim-remote-management.yaml
camara-validation / CAMARA Validation
Operation must have a description
[S-215] Operation "description" must be present and non-empty string.
Check warning on line 135 in code/API_definitions/esim-remote-management.yaml
camara-validation / CAMARA Validation
x-correlator response header is undocumented
[S-040] Response '200' must document the 'x-correlator' response header
Check warning on line 154 in code/API_definitions/esim-remote-management.yaml
camara-validation / CAMARA Validation
Operation must have a summary
[S-006] Operation Summary Warning: Each operation should include a short summary for better understanding.
Check warning on line 154 in code/API_definitions/esim-remote-management.yaml
camara-validation / CAMARA Validation
Operation must have a description
[S-014] Functionality method description Warning: Each method should have description.
Check warning on line 154 in code/API_definitions/esim-remote-management.yaml
camara-validation / CAMARA Validation
x-correlator request header is undocumented
[S-039] Operation must document the 'x-correlator' request header parameter
Check warning on line 154 in code/API_definitions/esim-remote-management.yaml
camara-validation / CAMARA Validation
Operation must have a description
[S-215] Operation "description" must be present and non-empty string.
Check warning on line 168 in code/API_definitions/esim-remote-management.yaml
camara-validation / CAMARA Validation
x-correlator response header is undocumented
[S-040] Response '200' must document the 'x-correlator' response header
Check warning on line 193 in code/API_definitions/esim-remote-management.yaml
camara-validation / CAMARA Validation
Component may be unused
[S-211] Potentially unused component has been detected.
Suggestion: Remove the component if it is obsolete, or reference it from the API definition.
Check warning on line 205 in code/API_definitions/esim-remote-management.yaml
camara-validation / CAMARA Validation
Schema property must have a description
[S-011] Property description is missing or empty: "BaseCmpReqProfileResultQueryReq.description" property must be truthy
Check warning on line 208 in code/API_definitions/esim-remote-management.yaml
camara-validation / CAMARA Validation
Schema property must have a description
[S-011] Property description is missing or empty: "timestamp.description" property must be truthy
Check warning on line 208 in code/API_definitions/esim-remote-management.yaml
camara-validation / CAMARA Validation
String must declare maxLength, enum, or const
[S-312] Schema of type string must specify maxLength, enum, or const.
Suggestion: Add maxLength, enum, or const to string properties (CAMARA Design Guide section 2.2).