Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

String Validator improvement to support OpenAPI & AsyncAPI specs #873

Merged
merged 7 commits into from
Apr 4, 2024

Conversation

ankitk-me
Copy link
Contributor

Description

string validation
- max and min length
- regular expressions

Comment on lines 46 to 47
id: string
id:
model: string
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we still support the abbreviated syntax for convenience?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no, this is not supported anymore. Should we continue supporting this syntax?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As discussed, we will be supporting abbreviated syntax for convenience.

@jfallows jfallows merged commit 5c6f64e into aklivity:develop Apr 4, 2024
5 checks passed
@jfallows jfallows linked an issue Apr 5, 2024 that may be closed by this pull request
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.

Support OpenAPI and AsyncAPI validation cases
2 participants