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
This would be best served by removing the word null to avoid confusion. The context is that description can be omitted or contain no value. Both situations are perfectly valid. An explicit description: null however is invalid as the value (if provided) MUST be a string.
There is a typo in the Data Types documentation at https://swagger.io/docs/specification/data-models/data-types/
The last line reads:
description: Can be any value, including
null
.It should be
description: Can be any value, including null.
i.e. null should not be inside backtick quotation.
The text was updated successfully, but these errors were encountered: