Skip to content

Commit 5ed3882

Browse files
committed
[NRL-1658] Add prettier-ignore for cap statement in swagger.yamls
1 parent 09c1551 commit 5ed3882

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

api/consumer/swagger.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,8 @@ paths:
402402
default:
403403
statusCode: "200"
404404
responseTemplates:
405-
application/json: "${capability_statement_json}"
405+
# prettier-ignore
406+
application/json: '${capability_statement_json}'
406407
passthroughBehavior: when_no_match
407408

408409
/_status:
@@ -1547,5 +1548,3 @@ components:
15471548
example: 60E0B220-8136-4CA5-AE46-1D97EF59D068
15481549
description: |
15491550
The X-Request-ID from the request header mirrored back.
1550-
1551-
# test change

api/producer/swagger.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -935,7 +935,8 @@ paths:
935935
default:
936936
statusCode: "200"
937937
responseTemplates:
938-
application/json: "${capability_statement_json}"
938+
# prettier-ignore
939+
application/json: '${capability_statement_json}'
939940
passthroughBehavior: when_no_match
940941

941942
/_status:

0 commit comments

Comments
 (0)