3.2: allow openapi
field to just specify MAJOR.MINOR and omit the PATCH number
#4233
Replies: 2 comments 5 replies
-
We could relax this requirement and allow 3.2 (etc.) but we can't outright forbid the patch version due to compatibility issues. At least not for 3.1.x and 3.0.x. I suppose we coudl say "X.Y.Z" if Y <=1, "X.Y" if Y>=2. |
Beta Was this translation helpful? Give feedback.
-
There's clear consensus that we should allow the There is a lively discussion on whether the patch value should be forbidden or optional. |
Beta Was this translation helpful? Give feedback.
-
Requiring
openapi: MAJOR.MINOR.PATCH
and then stating in the spec that PATCH actually is meaningless is confusing.Better allow (or require?) to write
openapi: MAJOR.MINOR
.Beta Was this translation helpful? Give feedback.
All reactions