Skip to content

Commit

Permalink
fix: domain.name pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
trgalho authored Apr 9, 2024
1 parent 32367be commit ca83933
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions domains.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@ components:
type: string
minLength: 1
maxLength: 100
pattern: [\/a-zA-Z0-9\-_\.\*\~@:;\?><,\|\]\[\$%\^]+
cnames:
type: array
items:
Expand Down Expand Up @@ -343,7 +344,7 @@ components:
type: string
minLength: 1
maxLength: 100
pattern: "[$%^&*()-+=\[\]{};:?><,|/]+"
pattern: [\/a-zA-Z0-9\-_\.\*\~@:;\?><,\|\]\[\$%\^]+
cnames:
type: array
items:
Expand Down Expand Up @@ -391,7 +392,7 @@ components:
type: string
minLength: 1
maxLength: 100
pattern: "[$%^&*()-+=\[\]{};:?><,|/]+"
pattern: [\/a-zA-Z0-9\-_\.\*\~@:;\?><,\|\]\[\$%\^]+
cnames:
type: array
items:
Expand Down Expand Up @@ -508,7 +509,7 @@ components:
type: string
minLength: 1
maxLength: 100
pattern: "[$%^&*()-+=\[\]{};:?><,|/]+"
pattern: [\/a-zA-Z0-9\-_\.\*\~@:;\?><,\|\]\[\$%\^]+
cnames:
type: array
items:
Expand Down

0 comments on commit ca83933

Please sign in to comment.