We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a171cf commit fbcbe77Copy full SHA for fbcbe77
1 file changed
docs/src/operations/v2.0.1/bpe/fhir-client-connections.md
@@ -48,6 +48,7 @@ no-auth-server:
48
ID: `basic-auth-server`
49
50
```yaml
51
+# yaml-language-server: $schema=https://dsf.dev/schema/fhir_client_connections.json
52
basic-auth-server:
53
base-url: https://basic.auth.server/fhir
54
basic-auth:
@@ -60,6 +61,7 @@ basic-auth-server:
60
61
ID: `cert-auth-server`
62
63
64
65
cert-auth-server:
66
base-url: https://cert.auth.server/fhir/foo
67
cert-auth:
@@ -73,6 +75,7 @@ cert-auth-server:
73
75
ID: `oidc-auth-server`
74
76
77
78
79
oidc-auth-server:
80
base-url: https://oidc.auth.server/fhir
81
oidc-auth:
0 commit comments