Updates the Gherkin test definitions - #63
0 errors, 2 warnings, 2 hints
Profile: standard | Branch: main | Trigger: pr
Annotations
Check warning on line 1 in code/API_definitions/predictive-connectivity-data.yaml
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 276 in code/API_definitions/predictive-connectivity-data.yaml
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 475 in code/API_definitions/predictive-connectivity-data.yaml
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 510 in code/API_definitions/predictive-connectivity-data.yaml
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.