Skip to content

v6.6.62

Choose a tag to compare

@github-actions github-actions released this 04 Mar 14:55
7ee5194

Fixed

Deep allOf Schema Rendering (Sev 1)

Fixed critical issue where properties from deeply nested allOf schemas (4+ levels) were not rendered in documentation and examples.

Impact: Signature account affected - Missing critical fields in Product Order API documentation.

Root Cause: ExampleGenerator and ApiTypeDocument only performed single-pass iteration through allOf shapes, missing properties in nested inheritance chains.

Solution: Added recursive property collection with depth limiting and circular reference detection.

Updated Components

  • @api-components/api-example-generator: 4.4.35 → 4.4.36
  • @api-components/api-type-document: 4.2.41 → 4.2.42

Related Issues

  • W-21368901: Deep allOf (4+ levels) not rendering properties