Skip to content

Fix Release r2.1 issues - #74

Merged
albertoramosmonagas merged 3 commits into
mainfrom
fixs/public-release
Aug 14, 2026
Merged

Fix Release r2.1 issues#74
albertoramosmonagas merged 3 commits into
mainfrom
fixs/public-release

add PRIVATE_KEY_JWT_NOT_CONFIGURED to RetrieveConnectivityUnprocessab…

e688ba2
Select commit
Loading
Failed to load commit list.
camara-validation / CAMARA Validation succeeded Aug 12, 2026 in 0s

0 errors, 2 warnings, 3 hints

Profile: standard | Branch: main | Trigger: pr

Annotations

Check warning on line 1 in code/API_definitions/predictive-connectivity-data.yaml

See this annotation in the file changed.

@camara-validation camara-validation / CAMARA Validation

CloudEvent type format is wrong

[P-015] No event type enum values found in code/API_definitions/predictive-connectivity-data.yaml — subscription APIs should define EventType schemas

Suggestion: Define a named event type schema (e.g. ApiEventType) that constrains the CloudEvent `type` value via allOf, rather than inlining the enum directly in CloudEvent.properties.type.enum. See the implicit-events API template in Commonalities artifacts/api-templates/ (tracked in camaraproject/Commonalities#608).

Check warning on line 281 in code/API_definitions/predictive-connectivity-data.yaml

See this annotation in the file changed.

@camara-validation camara-validation / CAMARA Validation

Notification must use application/cloudevents+json

[S-035] Notification callback content type must include 'application/cloudevents+json', found: application/json

Check notice on line 1 in code/API_definitions/predictive-connectivity-data.yaml

See this annotation in the file changed.

@camara-validation camara-validation / CAMARA Validation

externalDocs.description must match the DG template

[P-039] externalDocs.description in code/API_definitions/predictive-connectivity-data.yaml is 'Product documentation at CAMARA.' — expected 'Product documentation at CAMARA'

Suggestion: Set externalDocs.description to exactly "Product documentation at CAMARA".

Check notice on line 480 in code/API_definitions/predictive-connectivity-data.yaml

See this annotation in the file changed.

@camara-validation camara-validation / CAMARA Validation

String has no format/pattern/enum

[S-313] Schema of type string should specify a format, pattern, enum, or const.

Suggestion: Acceptable if free-form field or implementation-dependent — no fix needed.

Check notice on line 515 in code/API_definitions/predictive-connectivity-data.yaml

See this annotation in the file changed.

@camara-validation camara-validation / CAMARA Validation

String has no format/pattern/enum

[S-313] Schema of type string should specify a format, pattern, enum, or const.

Suggestion: Acceptable if free-form field or implementation-dependent — no fix needed.