Skip to content

fix(release-plan): set target_api_status to alpha for the alpha pre-release#274

Merged
bigludo7 merged 1 commit into
mainfrom
fix/release-plan-alpha-status
Jun 16, 2026
Merged

fix(release-plan): set target_api_status to alpha for the alpha pre-release#274
bigludo7 merged 1 commit into
mainfrom
fix/release-plan-alpha-status

fix(release-plan): set target_api_status to alpha for the alpha pre-r…

c02428b
Select commit
Loading
Failed to load commit list.
camara-validation / CAMARA Validation failed Jun 11, 2026 in 0s

2 errors, 114 warnings, 39 hints

Profile: standard | Branch: main | Trigger: pr

Annotations

Check failure on line 1 in code/API_definitions/sim-swap-subscriptions.yaml

See this annotation in the file changed.

@camara-validation camara-validation / CAMARA Validation

CloudEvent type format is wrong

[P-015] Event type 'org.camaraproject.api-name.v0.subscription-started' has api-name segment 'api-name' which does not match API name 'sim-swap-subscriptions' | Event type 'org.camaraproject.api-name.v0.subscription-updated' has api-name segment 'api-name' which does not match API name 'sim-swap-subscriptions'

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 1 in code/API_definitions/sim-swap-subscriptions.yaml

See this annotation in the file changed.

@camara-validation camara-validation / CAMARA Validation

CloudEvent should be $ref, not inline

[P-020] CloudEvent is defined inline in code/API_definitions/sim-swap-subscriptions.yaml. Consume the shared schema from CAMARA_event_common.yaml via $ref instead of maintaining a local copy.

Suggestion: Replace the local CloudEvent schema with `$ref: './CAMARA_event_common.yaml#/components/schemas/CloudEvent'`, or an allOf combining the $ref with an API-specific ApiEventType schema. See implicit-events API template in Commonalities artifacts/api-templates/.

Check warning on line 237 in code/API_definitions/sim-swap-subscriptions.yaml

See this annotation in the file changed.

@camara-validation camara-validation / CAMARA Validation

Array must declare maxItems

[S-309] Schema of type array must specify maxItems.

Suggestion: Add maxItems to constrain array size (CAMARA Design Guide section 2.2).

Check warning on line 326 in code/API_definitions/sim-swap-subscriptions.yaml

See this annotation in the file changed.

@camara-validation camara-validation / CAMARA Validation

Schema property must have a description

[S-011] Property description is missing or empty: "openId.description" property must be truthy

Check warning on line 329 in code/API_definitions/sim-swap-subscriptions.yaml

See this annotation in the file changed.

@camara-validation camara-validation / CAMARA Validation

Schema property must have a description

[S-011] Property description is missing or empty: "notificationsBearerAuth.description" property must be truthy

Check warning on line 353 in code/API_definitions/sim-swap-subscriptions.yaml

See this annotation in the file changed.

@camara-validation camara-validation / CAMARA Validation

Schema property must have a description

[S-011] Property description is missing or empty: "XCorrelator.description" property must be truthy

Check warning on line 353 in code/API_definitions/sim-swap-subscriptions.yaml

See this annotation in the file changed.

@camara-validation 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).

Check warning on line 357 in code/API_definitions/sim-swap-subscriptions.yaml

See this annotation in the file changed.

@camara-validation 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).

Check warning on line 362 in code/API_definitions/sim-swap-subscriptions.yaml

See this annotation in the file changed.

@camara-validation camara-validation / CAMARA Validation

Schema property must have a description

[S-011] Property description is missing or empty: "ErrorInfo.description" property must be truthy

Check warning on line 369 in code/API_definitions/sim-swap-subscriptions.yaml

See this annotation in the file changed.

@camara-validation camara-validation / CAMARA Validation

Integer must declare int32 or int64 format

[S-310] Schema of type integer must specify format (int32 or int64).

Suggestion: Add format: int32 or int64 to integer properties (CAMARA Design Guide section 2.2).

Check warning on line 369 in code/API_definitions/sim-swap-subscriptions.yaml

See this annotation in the file changed.

@camara-validation camara-validation / CAMARA Validation

Integer must declare minimum and maximum

[S-311] Schema of type integer must specify minimum and maximum.

Suggestion: Add minimum and maximum to integer properties (CAMARA Design Guide section 2.2).

Check warning on line 372 in code/API_definitions/sim-swap-subscriptions.yaml

See this annotation in the file changed.

@camara-validation 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).

Check warning on line 375 in code/API_definitions/sim-swap-subscriptions.yaml

See this annotation in the file changed.

@camara-validation 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).

Check warning on line 389 in code/API_definitions/sim-swap-subscriptions.yaml

See this annotation in the file changed.

@camara-validation 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).

Check warning on line 442 in code/API_definitions/sim-swap-subscriptions.yaml

See this annotation in the file changed.

@camara-validation 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).

Check warning on line 447 in code/API_definitions/sim-swap-subscriptions.yaml

See this annotation in the file changed.

@camara-validation camara-validation / CAMARA Validation

Integer must declare int32 or int64 format

[S-310] Schema of type integer must specify format (int32 or int64).

Suggestion: Add format: int32 or int64 to integer properties (CAMARA Design Guide section 2.2).

Check warning on line 447 in code/API_definitions/sim-swap-subscriptions.yaml

See this annotation in the file changed.

@camara-validation camara-validation / CAMARA Validation

Integer must declare minimum and maximum

[S-311] Schema of type integer must specify minimum and maximum.

Suggestion: Add minimum and maximum to integer properties (CAMARA Design Guide section 2.2).

Check warning on line 482 in code/API_definitions/sim-swap-subscriptions.yaml

See this annotation in the file changed.

@camara-validation 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).

Check warning on line 485 in code/API_definitions/sim-swap-subscriptions.yaml

See this annotation in the file changed.

@camara-validation 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).

Check warning on line 495 in code/API_definitions/sim-swap-subscriptions.yaml

See this annotation in the file changed.

@camara-validation 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).

Check warning on line 498 in code/API_definitions/sim-swap-subscriptions.yaml

See this annotation in the file changed.

@camara-validation 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).

Check warning on line 522 in code/API_definitions/sim-swap-subscriptions.yaml

See this annotation in the file changed.

@camara-validation 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).

Check warning on line 525 in code/API_definitions/sim-swap-subscriptions.yaml

See this annotation in the file changed.

@camara-validation 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).

Check warning on line 538 in code/API_definitions/sim-swap-subscriptions.yaml

See this annotation in the file changed.

@camara-validation 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).

Check warning on line 541 in code/API_definitions/sim-swap-subscriptions.yaml

See this annotation in the file changed.

@camara-validation 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).