Skip to content

Commit

Permalink
fix: changed configname pattern so sequential dashes are prohibited
Browse files Browse the repository at this point in the history
  • Loading branch information
CptSchnitz committed Jul 21, 2024
1 parent d979f08 commit 1f4bdcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openapi3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ components:
type: string
configName:
type: string
pattern: '^[a-z0-9\-]+$'
pattern: '^([a-z0-9]+(-[a-z0-9]+)*)$'
maxLength: 50
schemaId:
type: string
Expand Down

0 comments on commit 1f4bdcf

Please sign in to comment.