Conversation
Updated references to common components and added request body strictness section.
CAMARA Validation — PASS0 errors, 0 warnings, 0 hints | Profile: standard |
Collaborator
Author
|
@fernandopradocabrillo @AxelNennker : PR ready to be review & approved |
hdamker
reviewed
Jun 16, 2026
hdamker
reviewed
Jun 16, 2026
Contributor
hdamker
approved these changes
Jun 16, 2026
hdamker
left a comment
Contributor
There was a problem hiding this comment.
LGTM ... the only possible addition would be:
For a non-composed request body, Commonalities Design Guide §2.3 says the spec SHOULD declare
additionalProperties: false
AxelNennker
approved these changes
Jun 18, 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.
Updated references to common components and added request body strictness section.
What type of PR is this?
Add one of the following kinds:
What this PR does / why we need it:
Adapts number verification APIs to CAMARA Commonalities r4.3 / 0.8.0 (Sync26), aligning schemas, responses, parameters and info.description structure with CAMARA_common.yaml.
Added mandatory info.description markers (authorization-and-authentication, additional-error-responses, request-body-strictness)
Replaced local schemas with $ref to CAMARA_common.yaml: ErrorInfo
Replaced Generic400 and Generic401 local responses with $ref to CAMARA_common.yaml
Updated ErrorInfo refs in PhoneNumberVerificationPermissionDenied403
Deleted obsolete number-verfication-API-Readiness-Checklist.md
Which issue(s) this PR fixes:
Fixes #231
Special notes for reviewers:
All changes are non-breaking
Schema substitutions use $ref pointing to ../common/CAMARA_common.yaml (Commonalities r4.3 / 0.8.0).
Changelog input
Additional documentation
This section can be blank.