Created
February 17, 2024 01:26
-
-
Save SidneyAllen/651d3dfde0887b22674046a30a1ef62b to your computer and use it in GitHub Desktop.
openapi-string-28-codegen-pattern
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
type: string | |
minLength: 1 | |
maxLength: 100 | |
pattern: "^[A-Za-z0-9]+$" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment