Closed ondrejfuhrer closed 3 years ago
I found a broken link in the nullable enums section in the note. Tried to find it here and fix myself, but no luck.
https://swagger.io/docs/specification/data-models/enums/#nullable
Using nullable: true alone is not enough here.
Current link: https://github.com/OAI/OpenAPI-Specification/blob/master/proposals/003_Clarify-Nullable.md#if-a-schema-specifies-nullable-true-and-enum-1-2-3-does-that-schema-allow-null-values-see-1900
Expected link: https://github.com/OAI/OpenAPI-Specification/blob/main/proposals/2019-10-31-Clarify-Nullable.md#if-a-schema-specifies-nullable-true-and-enum-1-2-3-does-that-schema-allow-null-values-see-1900
✔️ Fixed. Thanks!
Description
I found a broken link in the nullable enums section in the note. Tried to find it here and fix myself, but no luck.
Affected section
https://swagger.io/docs/specification/data-models/enums/#nullable
Affected link
Current link: https://github.com/OAI/OpenAPI-Specification/blob/master/proposals/003_Clarify-Nullable.md#if-a-schema-specifies-nullable-true-and-enum-1-2-3-does-that-schema-allow-null-values-see-1900
Expected link: https://github.com/OAI/OpenAPI-Specification/blob/main/proposals/2019-10-31-Clarify-Nullable.md#if-a-schema-specifies-nullable-true-and-enum-1-2-3-does-that-schema-allow-null-values-see-1900