You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ref is printed like $ref: \${$ref}``. Most refs should be resolved but in the case a ref is not resolved, it's better to print the entire URI. Number types are printed a bit less redundantly, instead of sayinginteger, int32it will just say`int32`. When numbers are used in ranges it might say`0 < int32 <= 200`.
convertToMarkdown takes and optional options object instead of an optional response example provider function. Pass the function as response_example_provider in the options object instead.