Open arvind-kumar-avinash opened 3 months ago
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.
null
It should be
i.e. null should not be inside backtick quotation.
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.