fix: align common files and templates with Commonalities #606#67
Merged
hdamker-bot merged 1 commit intomainfrom Apr 7, 2026
Merged
fix: align common files and templates with Commonalities #606#67hdamker-bot merged 1 commit intomainfrom
hdamker-bot merged 1 commit intomainfrom
Conversation
Sync common files to latest Commonalities PR #606: - CAMARA_common.yaml: TimePeriod uses $ref to DateTime - CAMARA_event_common.yaml: add notificationsBearerAuth securityScheme, comment out PLAIN credential (not used in CAMARA) Fix validation errors and warnings: - Remove sinkCredential from Subscription response schema (P-016) - Replace api-name placeholders with sample-service-subscriptions in event types (P-015) - Update notificationsBearerAuth to $ref from CAMARA_event_common.yaml - Fix x-camara-commonalities version 0.8.0 -> 0.7.0 - Add Generic400 responses to sample-service.yaml GET/DELETE (S-318)
CAMARA Validation — PASS0 errors, 1 warnings, 23 hints | Profile: standard |
hdamker-bot
approved these changes
Apr 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What type of PR is this?
correction
What this PR does / why we need it:
Aligns ReleaseTest common files and API templates with the latest state of Commonalities PR #606 (artifacts restructuring) and fixes all validation errors and actionable warnings reported by the validation framework run.
Common files synced from #606:
CAMARA_common.yaml: TimePeriod properties use$refto DateTime schemaCAMARA_event_common.yaml: addnotificationsBearerAuthsecurityScheme, comment out PLAIN credential (not used in CAMARA)Validation errors fixed (6 → 0):
sinkCredentialfrom Subscription response schema (must not appear in responses per Design Guide)api-nameplaceholders withsample-service-subscriptionsin event type strings (matching filename convention used by all CAMARA subscription APIs, e.g.device-roaming-status-subscriptions)Validation warnings fixed (4 → 1):
sample-service.yaml(OWASP define-error-validation)release-test.yamlskipped (no input params, uses inline schemas)Additional alignment:
notificationsBearerAuthin subscription template now uses$reftoCAMARA_event_common.yamlx-camara-commonalitiesversion corrected from 0.8.0 to 0.7.0Which issue(s) this PR fixes:
n/a — maintenance alignment
Special notes for reviewers:
The corresponding changes for
sample-service.yaml(400 responses) andsample-service-subscriptions.yaml(api-name replacement) are also prepared as commits on Commonalities PR #606.Changelog input
Additional documentation