Skip to content

Commit 17d48d4

Browse files
committed
No changes needed for ServerVariable
We already validate this. In 3.0.x to 3.1.x the spec changed from: > An enumeration of string values to be used if the substitution options are from a limited set. The array SHOULD NOT be empty. to: > An enumeration of string values to be used if the substitution options are from a limited set. The array MUST NOT be empty.
1 parent c038826 commit 17d48d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

TODO.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ For OpenAPI 3.1
5252
- [ ] jsonSchemaDialect should default to OAS one
5353
- [x] Allow summary and description in Reference objects
5454
- [x] Add identifier to License node, make mutually exclusive with URL
55-
- [ ] ServerVariable enum must not be empty
55+
- [x] ServerVariable enum must not be empty
5656
- [ ] Add pathItems to components
5757
- [ ] Callbacks can now reference a PathItem - previously required them
5858
- [ ] Check out whether pathItem references match the rules for relative resolution

0 commit comments

Comments
 (0)