JSON schema type based on OpenAPI version
OptionaldescriptionReturn value description from documentation.
Explanation of what the function returns, extracted from the @returns
or @return JSDoc tag.
Whether a value is always returned.
true if the function always returns a value, false if it may return
undefined or has a void return type.
JSON Schema for the return type.
Complete schema definition describing the return value type, including constraints and nested structures.
Metadata for function return type.
Describes the return type of a function including its schema, whether a value is always returned, and documentation.