docs: clarify recipient schemas and accept current region table headers - #58
Merged
Merged
Conversation
…ription # Conflicts: # src/regions.mjs
JJasonSun
marked this pull request as ready for review
September 14, 2026 08:34
6 tasks
Collaborator
Author
|
Publication is verified: the feature-list clarification is available in the public OpenAPI document. PR #61 repaired the deployment-list pagination check, and the production deployment passed. The remaining schema semantics in CALLE-AI/awesome-phone-call-agents#477 still require backend-owner confirmation. |
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.
Summary
Add the existing supported-feature list to
recipient_result_schema, matchingresult_schemaand the published Structured results guide. The region-table reader also accepts the two published fifth-column names,Default LineandLine Region, while retaining the source wording and all other validation.Relates to CALLE-AI/awesome-phone-call-agents#477. This covers the missing schema-feature list only. Length/range/pattern keyword behavior and the scope of reserved-name/default-strictness rules still require backend-owner confirmation.
API contract
No new API behavior. The schema description repeats existing public guidance from
content/guides/calls.mdxand the whole-task schema description. No executable call example, package release, or changeset.Validation
Full local
pnpm run validatepassed against the current upstream region README using pnpm 8.10.2 and Python 3.12: typecheck, production build, static artifact checks, 11 deployment tests, and all 22 browser tests. Coverage includes parsing and rendering both supported table headers, exported snapshots, and malformed-source rejection.git diff --checkpassed.These checks validate the documentation build and rendering, not untested server-side extraction semantics.
Checklist
pnpm run validate.