Skip to content

Commit fbcbe77

Browse files
committed
added schema comment
1 parent 8a171cf commit fbcbe77

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/src/operations/v2.0.1/bpe/fhir-client-connections.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ no-auth-server:
4848
ID: `basic-auth-server`
4949

5050
```yaml
51+
# yaml-language-server: $schema=https://dsf.dev/schema/fhir_client_connections.json
5152
basic-auth-server:
5253
base-url: https://basic.auth.server/fhir
5354
basic-auth:
@@ -60,6 +61,7 @@ basic-auth-server:
6061
ID: `cert-auth-server`
6162

6263
```yaml
64+
# yaml-language-server: $schema=https://dsf.dev/schema/fhir_client_connections.json
6365
cert-auth-server:
6466
base-url: https://cert.auth.server/fhir/foo
6567
cert-auth:
@@ -73,6 +75,7 @@ cert-auth-server:
7375
ID: `oidc-auth-server`
7476

7577
```yaml
78+
# yaml-language-server: $schema=https://dsf.dev/schema/fhir_client_connections.json
7679
oidc-auth-server:
7780
base-url: https://oidc.auth.server/fhir
7881
oidc-auth:

0 commit comments

Comments
 (0)