Closed HansAarneLiblik closed 1 year ago
Follow-up to https://github.com/rapi-doc/RapiDoc/pull/889
Also display null|.. for nullable arrays (of arrays / objects)
null|..
Can't display null|... for primitives, as that is handled very differently and nullable is not available when rendering them
null|...
nullable
Previously:
Current:
This won't work without some changes in the generateTree signature. Arrays are rendered, when handling children, and we don't have array nullable values on that level anymore
generateTree
Follow-up to https://github.com/rapi-doc/RapiDoc/pull/889
Also display
null|..
for nullable arrays (of arrays / objects)Can't display
null|...
for primitives, as that is handled very differently andnullable
is not available when rendering themPreviously:
Current: