advanced-rest-client / api-type-document

⛔️ DEPRECATED This component is being deprecated. Use `api-documentation` instead.
0 stars 2 forks source link

Support `allOf` property shape #42

Closed twoplustwoone closed 2 years ago

twoplustwoone commented 2 years ago

If a property in a shape is an allOf type, we are not displaying the type's merged properties.

Compute isAllOf inside the PropertyRangeDocument to render allOf types as complex types.