mirror of
https://github.com/katanemo/plano.git
synced 2026-07-02 15:51:02 +02:00
fix schema validation
This commit is contained in:
parent
c173074864
commit
124b910746
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ properties:
|
||||||
properties:
|
properties:
|
||||||
endpoint:
|
endpoint:
|
||||||
type: string
|
type: string
|
||||||
pattern: "^[a-zA-Z].*$"
|
pattern: "^.*$"
|
||||||
connect_timeout:
|
connect_timeout:
|
||||||
type: string
|
type: string
|
||||||
protocol:
|
protocol:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue