docs: fix how api reference shows any type (#9340)
This commit is contained in:
@@ -62,7 +62,7 @@ const TagOperationParametersDescription = ({
|
||||
default:
|
||||
typeDescription = (
|
||||
<>
|
||||
{schema.type}
|
||||
{!schema.type ? "any" : schema.type}
|
||||
{schema.nullable ? ` or null` : ""}
|
||||
{schema.format ? ` <${schema.format}>` : ""}
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user