Conversation
- Update @api-components/api-example-generator to 4.4.36 - Update @api-components/api-type-document to 4.2.42 - Add regression test for deep allOf (4+ levels) - Add product-order-minimal to demos - Add nullable spec for W-11650729
- Update @api-components/api-example-generator to 4.4.36 - Update @api-components/api-type-document to 4.2.42 - Add regression test for deep allOf (4+ levels) - Add product-order-deep-allof to demos (element, standalone, themed) - Add nullable spec for W-11650729 - Fix test to use correct AMF loader API - Add AMF model exception to .gitignore
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
Release api-console v6.6.62 with fixes for deeply nested allOf schemas (4+ levels).
Updated Components
What Changed
api-example-generator@4.4.36
api-type-document@4.2.42
api-console@6.6.62
test/api-console-deep-allof.test.jsProblem Fixed
Customer Impact: Sev 1, Signature account - Missing critical fields (
date,timeSlot) in Product Order API documentation.Root Cause: Single-pass iteration through allOf shapes didn't recursively expand nested
shacl:andarrays beyond 3 levels.Solution: Both components now use recursive property collection that: