Skip to content

v3.3: fix regex for openapi version - #5530

Merged
karenetheridge merged 1 commit into
OAI:v3.3-devfrom
karenetheridge:ether/v3.3-openapi-version
Aug 31, 2026
Merged

v3.3: fix regex for openapi version#5530
karenetheridge merged 1 commit into
OAI:v3.3-devfrom
karenetheridge:ether/v3.3-openapi-version

Conversation

@karenetheridge

Copy link
Copy Markdown
Member

The "pattern" keyword is defined as following unicode semantics, where \d will match digits outside of the ascii range. But this is not likely to be treated as a valid version, so we must restrict to ascii digits.

  • schema changes are included in this pull request

The "pattern" keyword is defined as following unicode semantics, where \d will
match digits outside of the ascii range. But this is not likely to be treated
as a valid version, so we must restrict to ascii digits.
@karenetheridge
karenetheridge requested review from a team as code owners August 30, 2026 22:46
@karenetheridge
karenetheridge merged commit 376f1ac into OAI:v3.3-dev Aug 31, 2026
3 checks passed
@karenetheridge
karenetheridge deleted the ether/v3.3-openapi-version branch August 31, 2026 21:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants