fix: update all broken schema references in documentation#160
Open
wry-ry wants to merge 9 commits intoUniversal-Commerce-Protocol:mainfrom
Open
fix: update all broken schema references in documentation#160wry-ry wants to merge 9 commits intoUniversal-Commerce-Protocol:mainfrom
wry-ry wants to merge 9 commits intoUniversal-Commerce-Protocol:mainfrom
Conversation
…cp/main.py` - Update `extension_fields` to dynamically locate extension definitions by inspecting `allOf` properties instead of relying on hardcoded keys like "checkout". This fixes `RuntimeError` when rendering extensions using namespaced keys (e.g., `dev.ucp.shopping.checkout`). - Update `_render_embedded_table` to handle resolved schema objects in `capability.json` processing. This fixes `ValueError` caused by attempting to construct reference strings from already-resolved schema dictionaries - Chain exceptions with `from e` or `from None` in `raise` statements across `main.py` to satisfy Ruff rule B904 and improve error traceback clarity.
Updates macro calls in documentation to point to the correct 'rest.openapi.json' file instead of the missing 'openapi.json', resolving RuntimeError during site generation.
Fixes 403 Forbidden error when Super-Linter attempts to post comments on Pull Requests.
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.
Description
This fix updates the broken schema references in the documentation. Additionally, the documentation generation will now throw an error when it encounters a schema reference issue instead of just adding error text directly into the doc.
Type of change
Please delete options that are not relevant.