fix schema validation

This commit is contained in:
Adil Hafeez 2025-09-17 01:10:06 -07:00
parent c173074864
commit 124b910746
No known key found for this signature in database
GPG key ID: 9B18EF7691369645

View file

@ -56,7 +56,7 @@ properties:
properties:
endpoint:
type: string
pattern: "^[a-zA-Z].*$"
pattern: "^.*$"
connect_timeout:
type: string
protocol: