3.2: allow openapi
field to just specify MAJOR.MINOR and omit the PATCH number
#4233
ralfhandl
started this conversation in
Enhancements
Replies: 1 comment
-
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.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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