Skip to content

Updates the Gherkin test definitions - #63

Merged
albertoramosmonagas merged 3 commits into
mainfrom
atp_predictive-connectivity-data
Jul 27, 2026
Merged

Updates the Gherkin test definitions#63
albertoramosmonagas merged 3 commits into
mainfrom
atp_predictive-connectivity-data

Apply commit changes from @eirc-murray review as a result of the YAML

33b02e5
Select commit
Loading
Failed to load commit list.
camara-validation / CAMARA Validation succeeded Jul 27, 2026 in 0s

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

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 276 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 475 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 510 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.